HTML Entity Encoder

Encode and decode HTML entities for sanitizing email and web outputs

Output will appear here...

Common HTML Entities

<
&lt;
&#60;
>
&gt;
&#62;
&
&amp;
&#38;
"
&quot;
&#34;
'
&apos;
&#39;
&nbsp;
&#160;
©
&copy;
&#169;
®
&reg;
&#174;
&trade;
&#8482;
&euro;
&#8364;
£
&pound;
&#163;
¥
&yen;
&#165;

Understanding HTML Entities

HTML entities are special codes used to display reserved characters in HTML. This free HTML encoder helps you safely include special characters in web pages and emails.

Why Encode HTML Entities?

  • Security - Prevent XSS attacks by encoding user input
  • Display - Show HTML code without it being rendered
  • Email - Ensure special characters display correctly in emails
  • Compatibility - Handle characters not available on all keyboards

Named vs Numeric Entities

  • Named entities - Human-readable like &amp; and &lt;
  • Numeric entities - Use character codes like &#38; and &#60;

Need Help Building n8n Workflows?

FlowEngine makes it easy to create powerful n8n automation workflows with AI assistance.

Try FlowEngine Free