HTML Entity Encoder/Decoder

Encode special characters to HTML entities or decode them back to plain text. Supports named, numeric, and hexadecimal entities.

Common HTML Entities Reference

CharacterNamed EntityDecimalHex
&&&&
<&lt;&#60;&#x3C;
>&gt;&#62;&#x3E;
"&quot;&#34;&#x22;
'&apos;&#39;&#x27;
©&copy;&#169;&#xA9;
®&reg;&#174;&#xAE;
 &nbsp;&#160;&#xA0;