HTML Encoder/Decoder

Encode and decode HTML entities

About HTML Encoding

HTML encoding converts special characters like <, >, &, and " into their HTML entity equivalents to prevent them from being interpreted as HTML markup.

This is essential for preventing XSS attacks and displaying special characters correctly in web pages.

This tool supports both named entities (&amp;lt;) and numeric entities (&#60;) for encoding and decoding.