No changes detected for the selected format and action.
No changes detected for the selected format and action.
Text Escape / Unescape
Convert strings safely between escaped and plain forms for JSON, HTML entities, XML entities, URL encoding, SQL literals, and regular expressions. Includes large-input worker processing for responsive UX.
Text Escape / Unescape Use Cases
- Prepare user input safely for JSON payloads, query strings, and SQL statements
- Decode escaped logs or API samples back to readable plain text
- Build and debug regex patterns by escaping or unescaping metacharacters
- Normalize mixed escaped content while preserving browser-only privacy guarantees
Text Escape / Unescape FAQ
Which formats can I escape and unescape with this tool?
You can process JSON strings, HTML entities, XML entities, URL encoding, SQL string literals, and regex-special characters in both escape and unescape directions.
How does this differ from a basic URL or HTML encoder?
It combines multiple escape standards in one workspace, supports direction switching, and includes format-specific options like URL plus handling and SQL quote wrapping.
Does large text stay fast and private?
Yes. Processing stays in your browser, and inputs above 500KB are handled in a Web Worker to keep the UI responsive without uploading data.