Unicode & Whitespace Inspector
Inspect invisible characters, whitespace, and Unicode code points
Input Text
Character Inspection
| Character | Code Point | Hex | HTML Entity |
|---|---|---|---|
| H | 72 | U+0048 | H |
| e | 101 | U+0065 | e |
| l | 108 | U+006C | l |
| l | 108 | U+006C | l |
| o | 111 | U+006F | o |
| [SPACE] | 32 | U+0020 |   |
| 👋 | 128075 | U+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.