Unicode Escape & Unescape

Convert text to Unicode escape sequences like \u0041, or decode escape sequences back to characters.

Features

\uXXXX format
\UXXXXXXXX format
&#xHHHH; format
&#DDDD; format

How to Use

1. Pick Escape or Unescape mode.

2. Paste your text into the input.

3. The result appears on the right — click Copy.

Frequently Asked Questions

What is Unicode escaping?
Unicode escaping represents characters using their code point values, like \u0041 for 'A'.

Related Tools