HTML Encode / Decode
Escape or unescape HTML entities online for free. Convert < > & " to entities and back. Runs in your browser.
Frequently asked questions
- Are my files uploaded to a server?
- No. This tool runs entirely in your browser using JavaScript — your files never leave your device.
- Why escape HTML?
- To display code or user input safely in a web page without the browser interpreting it as markup — and to prevent XSS.