HTML Encoder/Decoder

Encode or decode special HTML characters.

Input

Enter the text or HTML you want to convert.

Output

The converted result will appear here.

Awaiting conversion...

What are HTML Entities?

Some characters, like < and >, have special meaning in HTML and are used to define tags. To display these characters as text, they need to be "escaped" or replaced with their corresponding HTML entity. For example, < becomes &lt;. This tool automates that process. Encoding converts special characters to their HTML entities so they can be displayed as text. Decoding does the reverse, converting entities back into their actual characters.