Encode or decode HTML entities instantly. Convert special characters to HTML entities and vice versa.
What are HTML entities?
HTML entities are special codes that represent characters that have special meaning in HTML, such as <, >, &, ", and '. They are written as &name; or &#number;.
When should I use HTML entities?
Use HTML entities when you need to display characters that would otherwise be interpreted as HTML markup, or to ensure proper rendering of special characters.
Is my data sent to a server?
No, all encoding and decoding is performed locally in your browser. Your data never leaves your device.
What characters are encoded?
The encoder converts &, <, >, ", and ' to their corresponding HTML entities. All other characters remain unchanged.