Translation in progress
This page will be translated soon. Please check back again shortly.
HTML Escape / Unescape
Escape special characters for safe HTML display or unescape HTML entities back to text.
Everything runs locally in your browser. Nothing is sent to the server.
Mode
Input length: 0
Result
WaitingEnter text to begin
The converted text will appear here.
What it does
This tool converts `<`, `>`, `&`, quotes, and similar characters into HTML entities, or turns HTML entities back into readable text.
How to use it
- Paste the text you want to convert.
- Choose Escape or Unescape.
- Run the conversion and copy the result.
Tips
- Escape mode is useful when you want to display code snippets in HTML.
- Unescape mode decodes common named and numeric entities.
- The conversion happens locally in the browser.
FAQ
Does this handle common HTML entities?
Yes. It supports the main entities needed for everyday text conversion.
Can I decode numeric entities?
Yes. Decimal and hexadecimal numeric entities are supported.
Does this send text to the server?
No. The conversion runs entirely in your browser.