Unicode Escape Converter

Paste text and convert every character to its Unicode escape sequence.

Summary

Paste text and convert every character to its Unicode escape sequence.

How it works

  1. Paste text with special or Unicode characters
  2. Choose JavaScript \uXXXX or Python \UXXXXXXXX format
  3. Click Escape
  4. Copy the escaped string

Use cases

  • Embedding non-ASCII characters safely in JSON strings
  • Writing Unicode characters in source code literals
  • Obfuscating text in JavaScript strings

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu