HTML Entity Converter

Convert special characters to HTML entities and decode HTML entities back to characters

CharacterNamed EntityDecimal EntityHex Entity
&&&&
<&lt;&#60;&#x3C;
>&gt;&#62;&#x3E;
"&quot;&#34;&#x22;
'&apos;&#39;&#x27;
©&copy;&#169;&#xA9;
®&reg;&#174;&#xAE;
&trade;&#8482;&#x2122;
&euro;&#8364;&#x20AC;
£&pound;&#163;&#xA3;

Input Text

Frequently Asked Questions

We support named entities (like &amp;), decimal entities (like &#38;), and hexadecimal entities (like &#x26;).

Yes, our converter can encode and decode any Unicode character to its corresponding HTML entity.

Yes, actual HTML tags are preserved while only converting special characters to entities.