Get Lifetime Access

🏷️ HTML Encoder/Decoder

Encode text to HTML entities or decode HTML entities back to text

HTML Encoder/Decoder

Common HTML Entities:

& → &
< → &lt;
> → &gt;
" → &quot;
' → &#39;
© → &copy;

Encoding prevents XSS attacks and displays special characters correctly in HTML.