Inspect characters, code points, escapes, and byte representations from browser-only input.
Input Text
Paste characters here to inspect their Unicode details below.
Character Cards
Each character gets its own card with code point, bytes, and escapes.
Character 1
A
Decimal
65
UTF-8
41
UTF-16
0041
JS Escape
\u0041
Character 2
Ω
Decimal
937
UTF-8
CE A9
UTF-16
03A9
JS Escape
\u03A9
Character 3
🙂
Decimal
128578
UTF-8
F0 9F 99 82
UTF-16
D83D DE42
JS Escape
\u{1F642}
Summary
Characters
3
Unique
3
UTF-8 bytes
7
UTF-16 units
4
Character Preview
\u0041
\u03A9
\u{1F642}
How To Use
Paste text into the top pane and the lower output immediately draws one stand-alone card per character with its code point, decimal value, UTF-8 bytes, UTF-16 units, and JavaScript escape.
The lookup treats emoji and other non-BMP characters as single Unicode code points, while still showing the underlying UTF-16 units they use in JavaScript strings.
The Wrap toggle only changes how the report is displayed. It does not change the generated lookup data.