Bytelify

HTML Escape

Escape text for safe use inside HTML, live as you type, in either direction.

100% private, runs in your browser

Type in either field — the other updates live, both directions. Uses your browser's own HTML parser, so every named and numeric entity is handled correctly, not just the common ones a hand-rolled mapping would cover. Runs entirely in your browser.

Need the opposite? Use HTML Entities to Text Converter

What is HTML Escape?

Type text and get it HTML-escaped instantly — the characters that have special meaning in HTML (<, >, &, and more) are converted to their safe entity form, using your browser's own HTML parser for complete correctness.

FAQ

Unescaped special characters can be misinterpreted as markup or, worse, create an XSS vulnerability if the text comes from user input. Escaping makes it safe to display as literal text.

Use HTML Entities to Text Converter to decode escaped text back to plain characters.