Unicode & Whitespace Inspector

Inspect invisible characters, whitespace, and Unicode code points

Input Text
Character Inspection
CharacterCode PointHexHTML Entity
H72U+0048
H
e101U+0065
e
l108U+006C
l
l108U+006C
l
o111U+006F
o
[SPACE]32U+0020
 
👋128075U+1F44B
👋

About Unicode Inspection

Text encoding bugs are notoriously difficult to track down. A string might look perfectly normal visually, but fail validation because it contains a hidden Zero-Width Space (U+200B) or a Non-Breaking Space (U+00A0) instead of a regular space.

This tool breaks down a string character-by-character, revealing exactly what bytes are present. It highlights invisible whitespace characters and provides the exact Unicode Hex codes and HTML entities for every character.