Decode escaped Unicode sequences into readable English text online.
Decode escaped JSON text
Input: \u0048\u0065\u006C\u006C\u006F
Output: Hello
Useful for logs, payloads, and API responses.
Inspect mixed strings
Input: Hi \u4F60\u597D
Output: Hi δ½ ε₯½
See plain and escaped content together.
Is Unicode to English the same as translation?
Not always. This tool decodes Unicode representations into readable characters; language translation is a separate step.
Can I decode long text blocks?
Yes. Paste long escaped strings to decode and review output immediately.