Converters
Convert Unicode escape sequences back into normal readable text.
Use this Unicode to Text converter to decode escape sequences such as \u0041 back into readable characters. It is useful for developers, debugging text output, working with escaped data, and reversing Unicode escape notation found in code or raw payloads.
Use this Unicode to Text converter to decode escape sequences such as \u0041 back into readable characters. It is useful for developers, debugging text output, working with escaped data, and reversing Unicode escape notation found in code or raw payloads.
Use unicode to text when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.
Read step-by-step usage guidance, best practices, and common mistakes.
See common questions and answers about input, output, and tool usage.
Review practical input and output examples before running the tool.
Find similar and supporting tools for adjacent actions and follow-up tasks.
Input
\u0048\u0065\u006C\u006C\u006F
Output
Hello
Decodes a full escaped word into readable text.
Input
Name: \u004A\u006F\u0068\u006E
Output
Name: John
Useful when escaped sequences are mixed into a larger text block.
Fix: Check that the source uses proper \uXXXX-style notation.
Fix: Use ASCII-to-text if the input is numeric character codes.
Fix: Review the source string for malformed or partial escape sequences.
Paste text containing Unicode escape sequences such as \u0048\u0065\u006C\u006C\u006F.
Yes. The tool decodes all matching escape sequences in the input.
Yes. It is useful for reversing escaped text in logs, code, and payloads.
Yes. It works online in the browser.
It is useful when escaped strings need to become readable again.