HTML Entity Encoder / Decoder

Encode or decode HTML entities. Safe for preventing XSS, displaying code snippets, and HTML-safe text handling.

Common Entities

&lt; → < >, &gt; → >, &amp; → &, &quot; → ", &#39; → '