Unicode Escape Encoder & Decoder
Convert text to Unicode escape sequences or decode escape strings back to characters.
Processed locally in your browser — nothing is uploaded.
How to Use
- Enter text or unicode escapes.
- Click Encode or Decode.
- Copy the result.
FAQ
What are Unicode escape sequences?
Unicode escapes represent characters as \uXXXX where XXXX is the hex code point.