Encoding
SQL Unescape
Reverse SQL escaping — collapses doubled single quotes and escaped backslashes.
Output will appear here…Why use our SQL Unescape?
100% private
Everything runs in your browser. Your data never leaves your device — safe for production payloads.
Instant results
No round trips, no rate limits, no login. Format, validate and inspect megabytes of JSON in milliseconds.
Standards-first
Follows RFC 8259 / ECMA-404 exactly. Reports errors with precise line and column diagnostics.
Related developer tools
CSV Unescape
Reverse CSV field quoting — strips surrounding quotes and unescapes doubled quotes.
OpenHTML Unescape
Decode HTML entities back to characters — supports & < numeric ' and hex ' forms.
OpenJava Unescape
Unescape a Java string literal back into plain text — decodes \uXXXX and \n \t etc.
OpenJSON Unescape
Unescape a JSON string literal back to plain text — reverses \n, \", \uXXXX and other escapes.
OpenSQL Escape
Escape a string for safe inclusion in SQL literals — doubles single quotes and escapes backslashes.
OpenXML Unescape
Decode XML entities back to characters — supports named, numeric and hexadecimal entity references.
Open