HTML Escape / Unescape
This tool is connected to the internal API and ready to use.
Result
HTML Escape / Unescape
Escape and unescape HTML
What is HTML escaping?
Characters such as <, >, & and quotation marks are converted into HTML entities so they are displayed as text instead of interpreted as HTML.
What is this tool used for?
- Display HTML code safely as text
- Escape special characters for HTML output
- Convert HTML entities back into readable text
Examples
“Use example” fills the matching fields. Then run the tool action.
Escape HTML
Converts tags and special characters into entities.
PLUS23 & "Security"Unescape HTML
Converts entities back into normal text.
<strong>PLUS23</strong> & "Security"Result
The result contains the escaped or unescaped text and can be copied directly.
Further information
Character encodings in HTML on Wikipedia · HTML entities on MDN