Toollio

HTML Entities Encoder / Decoder

Escape HTML characters or restore original text.

About this tool

HTML entities are used to represent characters that have special meaning in HTML, such as <, >, &, and ". If you include these characters directly in HTML, the browser may interpret them as code rather than content. This tool encodes those characters into their entity equivalents (e.g., < becomes &lt;) so they can be safely displayed in a web page, or decodes them back to the original characters.