123024.com · Unicode
In JavaScript, some configs, and logs, non-ASCII characters often appear as \uXXXX escape sequences. Converting those escapes helps when an API shows encoded strings but the UI should show real characters.
When front-end source or JSON shows fragments like \u4e2d\u6587, this tool restores them to readable text. You can also turn plain text into escapes for ASCII-only pipelines.
After input pauses, it tries to detect plain text vs escape sequences. Supplementary-plane characters may involve surrogate pairs — after copying, confirm display in the target environment.