DevBox

Unicode / Encoding Inspector

③ Data / Text

What it is: See the Unicode code point and byte encoding of every character in a string.

When to use: When debugging garbled text, or inspecting emoji/special-character encodings.

Char Code point Decimal UTF-8 UTF-16

Everything runs locally in your browser — nothing is uploaded.

FAQ

Why does one emoji take several code points?

Many emoji are built from several code points combined (such as skin-tone modifiers or ZWJ-joined sequences), so they show up as multiple rows — which is also why they render oddly on some systems.

Related tools