HTML Encoder / Decoder

Encode special characters to HTML entities or decode them back.

Common HTML Entities

< → &lt;
> → &gt;
& → &amp;
" → &quot;
' → &#39;
© → &copy;
® → &reg;
→ &trade;