QBQBCOO Tools

Online Unicode Converter

Convert between \uXXXX escape sequences and raw text, with Unicode code point analysis.

0 chars / 0 B
Enter content and click a button to see results

About the Unicode Tool

What is Unicode?

Unicode is the international standard for character encoding, assigning a unique code point to every character in every writing system. The \uXXXX format (e.g. \u4E2D for "中") is commonly used in JavaScript, JSON and other programming environments to represent Unicode characters.