String Escape / Unescape
Escape and unescape strings for HTML, JSON, URL, and regex
Enter text above to escape it
Converts special characters for safe use in HTML, JSON, URLs, or regex patterns. All processing happens locally in your browser.
String Escape FAQ
Which escape modes are available?
HTML entities, JSON, URL percent encoding, and regex escaping are supported.
Can escaped strings be reversed?
Yes, unescape mode is available for supported escaped formats.