Unicode Escape Converter
Paste text and convert every character to its Unicode escape sequence.
Use the Unicode Escape Converter
Summary
Paste text and convert every character to its Unicode escape sequence.
How it works
- Paste text with special or Unicode characters
- Choose JavaScript \uXXXX or Python \UXXXXXXXX format
- Click Escape
- Copy the escaped string
Use cases
- Embedding non-ASCII characters safely in JSON strings
- Writing Unicode characters in source code literals
- Obfuscating text in JavaScript strings
Frequently Asked Questions
Last updated: 2026-09-22 ·
Reviewed by Nham Vu