HTML Entity Encoder

Encode HTML entities

Encoding / Decoding
Instant results
HTML Decode

About HTML Encoding

HTML encoding converts special characters to HTML entities, preventing them from being interpreted as HTML code. This is essential for preventing XSS attacks and displaying special characters correctly in web pages.

Common Entities:

<: &lt;
>: &gt;
&: &amp;
": &quot;