Unicode Escape Converter
Convert text and unicode escapes
π 100% client-side β your data never leaves this pageInput
Output
Converted result will appear here
π 100% client-side
About this tool
Convert between normal text and Unicode escape sequences for debugging, API payload handling, and source-code processing. Supports quick two-way conversion for multilingual strings and escaped content troubleshooting. Runs completely client-side with instant feedback.
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.