Easily convert text characters into Unicode escapes (e.g. \uXXXX) and convert Unicode escapes back to readable plain text.
Features
- Text to Unicode: Converts every character into its standard 4-digit hex Unicode representation.
- Unicode to Text: Reconstructs readable strings from standard JavaScript/JSON Unicode escape sequences.
- Debugging: A great utility for debugging string encoding issues or constructing payload sequences.