JS String Unescaper
Interpret escape sequences like \n, \t, and \" as real characters.
Runs locally · Nothing uploaded
Escaped string
Plain text
Result will appear here…Advertisement
About JS String Unescaper
Reverses JavaScript/JSON string escaping: \n becomes a newline, \t a tab, \" a quote, \\ a backslash, and \uXXXX its character. Paste an escaped literal (without the surrounding quotes) and read the actual content — handy for log lines and stringified JSON inside JSON.
Related tools
EncodingRuns locally in your browser.JS String EscaperEscape text for safe use inside JavaScript or JSON string literals.EncodingRuns locally in your browser.Unicode UnescaperConvert \uXXXX and \u{...} escape sequences back to characters.JSON & DataRuns locally in your browser.JSON FormatterPretty-print minified or messy JSON with consistent indentation.