Runs locally

HTML Escape / Unescape

Convert text to safe HTML entities or decode entities back to text.

Input is processed in your browser and is not uploaded.

Mode

Output

Results appear here.

HTML escaping is useful when showing code examples, storing snippets, or safely displaying text inside markup. This tool also decodes common HTML entities for inspection. Lightweight, mobile-friendly, and built for quick repeat use.

FAQ

What does HTML escaping do?+

It converts characters such as <, >, &, and quotes into HTML entities.

Can it decode HTML entities?+

Yes. Switch to unescape mode to convert entities back into readable text.

Does escaping sanitize complete HTML?+

No. It is a text conversion tool, not a full HTML sanitizer.