String Escape Unescape

Escape or unescape strings for JSON, HTML, URL components, and Unicode sequences. This helps when preparing API values, embedding text in code, reading encoded logs, or debugging copied data.

Available escape formats

How to use the result safely

Choose the format expected by the destination system, because the same text is escaped differently in JSON, HTML, and URLs. Escaping changes representation; it does not encrypt, sanitize every security context, or validate a complete document. For a full URL, encode individual parameter values instead of encoding the entire address.

Related tools: URL Encode Decode · HTML Entity Escape · Unicode Escape