Encoding
HTML Unescape
Decode HTML entities back to characters — supports & < numeric ' and hex ' forms.
Output will appear here…Why use our HTML 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
HTML Escape
Escape HTML special characters (< > & " ') to entities. Safe injection into HTML markup.
OpenXML Unescape
Decode XML entities back to characters — supports named, numeric and hexadecimal entity references.
OpenCSV Unescape
Reverse CSV field quoting — strips surrounding quotes and unescapes doubled quotes.
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 Unescape
Reverse SQL escaping — collapses doubled single quotes and escaped backslashes.
Open