Skip to content

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

All tools · More in this category