HTML Entity Encoder/Decoder

Encode special characters to HTML entities or decode them back. Named, decimal & hex support.

Characters: 0Entities: 0

Common HTML Entity Reference

CharacterNamedDecimalHexDescription
&&&&Ampersand
<&lt;&#60;&#x3C;Less than
>&gt;&#62;&#x3E;Greater than
"&quot;&#34;&#x22;Double quote
'&apos;&#39;&#x27;Single quote
©&copy;&#169;&#xA9;Copyright
®&reg;&#174;&#xAE;Registered
 &nbsp;&#160;&#xA0;Non-breaking space

Related Tools