Unicode Escape Converter
Convert between text and Unicode escape sequences (\\uXXXX). Ideal for JSON and JavaScript source code.
Format Examples
\u0041 or \u{1F600}ES6+ also supports \u{} syntax
\u0041 or \U0001F600Use \UXXXXXXXX for characters outside BMP
A or 😀Numeric character reference (hexadecimal)
\000041 or \01F600Used in content property, etc.
How to Use
Enter Text

Enter text or Unicode escape sequences
Select Format

Select output format: \\uXXXX, \\UXXXXXXXX, &#xXXXX;, etc.
Copy Result

Copy the conversion result
Features
Real-time Conversion
Generate escape sequences in real time as you type
Multiple Formats
Support escape formats for JavaScript, Java, Python, HTML, CSS, and more
Bidirectional Conversion
Convert both text-to-escape and escape-to-text
FAQ
🔗Related Tools
Base64 Encoder/Decoder
Encode and decode text in Base64 format. Fully supports UTF-8 characters.
URL Encoder/Decoder
Encode and decode URLs in real time. Supports both encodeURIComponent and encodeURI methods.
HTML Entity Encoder
Convert HTML special characters to entities and back. Supports & < > and numeric character references.
Hash Generator
Generate SHA-1/256/384/512 hash values from text. All algorithms computed in real time as you type.
Password Strength Checker
Check password strength in real-time. Analyzes length, character types, and patterns to provide a score.
Text to Binary Converter
Convert between text and binary representation. Fully supports UTF-8 characters including international text.