HTML Entity Encoder Decoder Online Free

Encode special characters to HTML entities or decode HTML entities back to readable text. Essential for web developers and content creators.

Common HTML Entities Reference

CharacterNamedNumericDescription
&&&Ampersand
<&lt;&#60;Less than
>&gt;&#62;Greater than
"&quot;&#34;Double quote
'&apos;&#39;Single quote / Apostrophe
(space)&nbsp;&#160;Non-breaking space
©&copy;&#169;Copyright
®&reg;&#174;Registered
&trade;&#8482;Trademark
«&laquo;&#171;Left double angle quote
»&raquo;&#187;Right double angle quote
&mdash;&#8212;Em dash
&ndash;&#8211;En dash
&lsquo;&#8216;Left single quote
&rsquo;&#8217;Right single quote
&ldquo;&#8220;Left double quote
&rdquo;&#8221;Right double quote

Last updated May 2026

Pro Tip

Use named entities (like &amp;) for common characters as they are more readable in source code. Switch to numeric entities (like &#38;) when you need maximum compatibility across all browsers and email clients.

How to Use HTML Entity Encode/Decode

1

Enter Text or HTML

Paste the text with special characters or HTML entities into the input area.
2

Choose Encode or Decode

Switch between Encode and Decode tabs to convert in either direction.
3

Configure Options

Choose between named or numeric entities, and whether to encode all or only special characters.
4

Copy the Result

The output updates live. Copy it to your clipboard with one click.

Why Use Our HTML Entity Encode/Decode?

Bidirectional Conversion

Encode special characters to HTML entities or decode entities back to text.

Named & Numeric Entities

Choose between named entities like &amp; or numeric entities like &#38;.

Selective Encoding

Encode only special characters or all characters for maximum compatibility.

Quick Reference

Built-in table showing common HTML entities for quick lookup.

100% Free

No hidden charges or premium features locked behind paywalls.

Privacy First

Files are processed in your browser and never uploaded to servers.

Works Everywhere

Compatible with desktop, tablet, and mobile browsers.