EZFree tools | more soon
turn off ads | dark mode

HTML Entity Encoder

☆ favorite
Convert special characters to and from HTML entities.
Common Named Entities
CharacterEntityNameCode
<&lt;Less than&#60;
>&gt;Greater than&#62;
&&amp;Ampersand&#38;
"&quot;Double quote&#34;
'&apos;Single quote&#39;
 &nbsp;Non-breaking space&#160;
©&copy;Copyright&#169;
®&reg;Registered&#174;
&trade;Trademark&#8482;
&mdash;Em dash&#8212;
&ndash;En dash&#8211;
«&laquo;Left angle quote&#171;
»&raquo;Right angle quote&#187;

How to Use

  • Paste text with special characters and click Encode to convert them to HTML entities.
  • Paste HTML entities and click Decode to convert them back to characters.
  • Encode All converts every character to its numeric entity form.