HTML Entity Encoder / Decoder

Encode and decode HTML entities online. Free HTML entity converter tool.

What are HTML Entities?

HTML entities are special codes used to display reserved characters in HTML. For example, < is represented as &lt; and & as &amp;. Encoding HTML entities prevents browsers from interpreting characters as HTML markup, which is essential for security (preventing XSS attacks) and correct rendering. Our tool supports both named references (&amp;) and numeric references (&#38;).