HTML Entity Encoder / Decoder

Convert special characters to HTML entities and decode them back.

Common HTML Entities

CharEntityNameCode
&&Ampersand&
<&lt;Less than&#60;
>&gt;Greater than&#62;
"&quot;Double quote&#34;
'&apos;Apostrophe&#39;
 &nbsp;Non-breaking space&#160;
©&copy;Copyright&#169;
&mdash;Em dash&#8212;

API Access

curl "https://ai.doxx.lat/api/encode?text=<hello>&type=html"