📝 HTML Entity Encoder & Decoder

Escape <, >, &, quotes, and Unicode characters to HTML entities, or reverse the process. Choose named, decimal, or hex output.

Mode:
Encode as:

        

📚 Common HTML entities

GlyphNamedDecimalHexMeaning
<&lt;&#60;&#x3C;Less than
>&gt;&#62;&#x3E;Greater than
&&amp;&#38;&#x26;Ampersand
"&quot;&#34;&#x22;Double quote
'&apos;&#39;&#x27;Apostrophe
©&copy;&#169;&#xA9;Copyright
®&reg;&#174;&#xAE;Registered
&trade;&#8482;&#x2122;Trademark
&euro;&#8364;&#x20AC;Euro
£&pound;&#163;&#xA3;Pound
¥&yen;&#165;&#xA5;Yen
§&sect;&#167;&#xA7;Section
&para;&#182;&#xB6;Paragraph
·&middot;&#183;&#xB7;Middle dot
×&times;&#215;&#xD7;Multiplication
÷&divide;&#247;&#xF7;Division
&rarr;&#8594;&#x2192;Right arrow
&larr;&#8592;&#x2190;Left arrow
&uarr;&#8593;&#x2191;Up arrow
&darr;&#8595;&#x2193;Down arrow
&hellip;&#8230;&#x2026;Ellipsis
&mdash;&#8212;&#x2014;Em dash
&ndash;&#8211;&#x2013;En dash
 &nbsp;&#160;&#xA0;Non-breaking space

🧰 Related developer tools