Unicode 转义转换
文本与 Unicode 转义双向转换
🔒 100% client-side — your data never leaves this pageInput
Output
Converted result will appear here
🔒 100% client-side
About this tool
用于普通文本与 Unicode 转义序列的双向转换。适用于接口调试、日志分析、源码处理和多语言文本排查,帮助你快速识别与修复编码显示问题。所有处理均在浏览器本地完成。
Frequently Asked Questions
What format does escape mode output?
Escape mode outputs non-ASCII characters as hexadecimal Unicode escape sequences.
Can unescape mode decode mixed strings?
Yes. It decodes valid escape sequences while preserving other plain text content.
Is this the same as URL encoding?
No. Unicode escape format and URL percent-encoding are different representations.