QuickFreeTools

Online Unescape Text

Unescape HTML entities and JSON escape sequences. Convert & to &, \n to newline, and similar. Client-side only.

Frequently Asked Questions

What is unescaping?
Unescaping converts encoded sequences back to their real characters: e.g. &amp; to &, &lt; to <, \n to a newline.
HTML and JSON?
The tool can decode HTML entities (e.g. &quot;) and JSON-style escapes (\n, \t, \u0020) so you get plain text.

Related Text Tools