Unicode Converter

Convert text to Unicode escape sequences or decode Unicode back to readable characters.

0 chars0 bytes

What is Unicode?

Unicode is a universal character encoding standard that assigns a unique code point to every character across all writing systems, symbols, and emoji.

Unicode Escape Format

This tool uses the JavaScript/JSON escape format: \uXXXX where XXXX is a 4-digit hexadecimal code point.

Examples

  • A = \u0041
  • Hello = \u0048\u0065\u006c\u006c\u006f
  • Emoji and special characters also supported

Keyboard Shortcuts

  • Ctrl + L - Focus input field
  • Ctrl + Enter - Repeat last action
  • Alt + S - Swap input/output
  • Ctrl + Shift + C - Copy result
  • Ctrl + S - Download result
  • Escape - Clear all inputs
  • Tab - Insert spaces
  • Double-click output area - Select all text