Unicode Encoder/Decoder
Encode text to \uXXXX Unicode escapes, or decode them back to text.
Runs in your browserAbout this tool
Working with Unicode escape sequences (\uXXXX) — in JSON strings, JavaScript source, or other contexts that require them — sometimes means converting readable text into that escaped format, or decoding escaped sequences back into readable characters. This tool encodes text to \uXXXX Unicode escapes, or decodes them back to text, handling both directions of that conversion.

