HTML Entity Encoder/Decoder

Convert special characters to HTML entities and vice versa.

💡 Common entities: < (&lt;), > (&gt;), & (&amp;), " (&quot;), ' (&apos;)

What are HTML Entities?

HTML entities are used to display reserved characters in HTML. For example, < is displayed as &lt; to prevent it from being interpreted as an HTML tag.

Features

Share This