HTML Entity Encoder/Decoder Online Free

Encode special characters to HTML entities or decode HTML entities back to text. Handles named and numeric entities. 100% client-side.

HTML Entity Reference

HTML entities represent special characters that have meaning in HTML. Common entities:

&   → &    (ampersand)
&lt;    → <    (less than)
&gt;    → >    (greater than)
&quot;  → "    (double quote)
&apos;  → '    (apostrophe)
&nbsp;  →      (non-breaking space)
&copy;  → ©    (copyright)
&mdash; → —    (em dash)

Related Tools