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.
<, >, and & to or from entities.\uXXXX or code-point escape sequences and back.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