Escape or unescape text for JSON, JavaScript, HTML, URL or raw backslash sequences.
It replaces characters that have special meaning in a given context with safe escape sequences. For example, a double quote inside a JSON string becomes \", and a < in HTML becomes <. Unescaping reverses it.
JSON string escaping, JavaScript string escaping, HTML entity encoding, and URL percent-encoding, each in both directions (escape and unescape).
Yes, entirely in your browser. Paste secrets or internal strings safely; nothing is transmitted.