轉換工具
Unicode Escape / Unescape
Convert text to Unicode escapes and back.
浏览器内处理即时输出本地数据
為什麼用這個工具
03Transform text into \uXXXX escapes or decode escapes to readable text.
Unicode Escape / Unescape is useful for debugging encoded payloads.
Both encode and decode views are shown together.
怎麼使用
02複製前快速檢查
03先确认输入格式符合你的预期。
在把结果用于文档、链接、配置或消息前快速扫一眼。
只复制你真正需要的输出。
常見問題
03
Can it decode mixed input?
Yes. It handles escaped segments while keeping normal text.
What format are the escape sequences?
Standard \uXXXX format, compatible with JavaScript, JSON, Java, and most modern languages.
Does it handle emoji or extended Unicode?
Yes. Characters outside the Basic Multilingual Plane are encoded as surrogate pairs.
相關工具
03HTML Escape / Unescape→
Escape and unescape HTML entities.
JSON Formatter→
Format, minify, and validate JSON in one place.
Base64 Encode / Decode→
Convert plain text to Base64 and back.