🔤 HTML Encoder/Decoder

Encode & decode HTML entities

Input

Output

ℹ️ HTML Encoding

HTML encoding converts special characters to HTML entities to prevent them from being interpreted as HTML code.

< → &lt;
> → &gt;
& → &amp;
" → &quot;
Back to Home