Unicode Converter

Text Input:

Unicode Result:

Convert Unicode escapes

Unicode escape sequences are commonly used in source code, JSON, and logs. This tool converts text into escaped Unicode sequences and can also decode escaped strings back into readable characters.

Useful for

  • Debugging JSON that contains \\uXXXX sequences
  • Copy/pasting strings into source code safely
  • Diagnosing encoding issues in logs

Tip

  • If you’re working with JSON, validate the output after conversion to ensure it remains valid JSON.