Unicode Escape/Unescape
Convert between Unicode characters and escape sequences (\\uXXXX / \\u{...}).
Input
Output
Caf\u00e9 \u2014 \u{1f44b}Related tools
Unicode NormalizerEncoding
Normalize text (NFC/NFD/NFKC/NFKD).
Unicode CodepointsEncoding
Inspect Unicode codepoints for text and characters.
Unicode Codepoint LookupEncoding
Look up Unicode codepoints, character names, and properties.
Invisible Character DetectorText
Detect 50+ types of invisible Unicode characters with position and name.
Text to BinaryEncoding
Convert text to binary representation (8-bit per character) and back.
Base64 Encoder/DecoderEncoding
Encode and decode Base64 strings quickly.