Unicode Unescape Converter
Paste a string with Unicode escapes and get the human-readable characters back.
Summary
Paste a string with Unicode escapes and get the human-readable characters back.
How it works
- Paste the string containing \uXXXX sequences
- Click Unescape
- Copy the readable result
Use cases
- Reading escaped Unicode in JSON log files
- Inspecting obfuscated JavaScript strings
- Decoding database-stored Unicode escape strings
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu