HTML Entities Encoder

Convert special characters to HTML entities for safe display in web pages

Free
0 total uses
Loading... uses today
We track which tools are used (not your inputs) to improve our service. Your IP address is anonymized for privacy.
0
Input Length
0
Output Length
0
Entities Found
0%
Size Change

What are HTML Entities?

HTML entities are special codes used to display reserved characters in HTML. They prevent the browser from interpreting these characters as HTML code.

Why use them? Some characters are reserved in HTML and have special meaning. For example, the less-than sign (<) starts an HTML tag. To display it as text, use &lt;

Format: &entityName; or &#number;
Example: &copy; displays as © (copyright symbol)

Common HTML Entities

Character Named Entity Numeric Entity Description
< &lt; &#60; Less than
> &gt; &#62; Greater than
& &amp; &#38; Ampersand
" &quot; &#34; Double quote
' &apos; &#39; Single quote
© &copy; &#169; Copyright
® &reg; &#174; Registered
&euro; &#8364; Euro sign