Unicode Character Inspector
Breaks down text character by character, showing each Unicode code point, decimal value, HTML entity, and UTF-8 byte sequence β useful for debugging encoding issues and emoji.
| Char | Code Point | Decimal | HTML (dec) | HTML (hex) | UTF-8 bytes |
|---|---|---|---|---|---|
| H | U+0048 | 72 | H | H | 48 |
| e | U+0065 | 101 | e | e | 65 |
| l | U+006C | 108 | l | l | 6C |
| l | U+006C | 108 | l | l | 6C |
| o | U+006F | 111 | o | o | 6F |
| (space) | U+0020 | 32 |   |   | 20 |
| π | U+1F44B | 128075 | 👋 | 👋 | F0 9F 91 8B |
| (space) | U+0020 | 32 |   |   | 20 |
| μ | U+C548 | 50504 | 안 | 안 | EC 95 88 |
| λ | U+B155 | 45397 | 녕 | 녕 | EB 85 95 |
| ν | U+D558 | 54616 | 하 | 하 | ED 95 98 |
| μΈ | U+C138 | 49464 | 세 | 세 | EC 84 B8 |
| μ | U+C694 | 50836 | 요 | 요 | EC 9A 94 |
Unicode Character Inspector β Free Online Tool
Breaks down text character by character, showing each Unicode code point, decimal value, HTML entity, and UTF-8 byte sequence β useful for debugging encoding issues and emoji.
How to use the Unicode Character Inspector
- Open the tool above β it runs entirely in your browser, so your input never leaves this page.
- Paste or type your input into the field, then press the relevant button (e.g. Encode / Decode, Generate, or Convert).
- Copy the result from the output area with the copy button orCtrl/Cmd + C.
- No signup, no upload, and no tracking β repeat as often as you need.
Frequently asked questions
Is the Unicode Character Inspector free to use?
Yes. The Unicode Character Inspector is completely free, with no signup, no ads inside the tool, and no hidden limits.
Does the Unicode Character Inspector upload my data?
No. The Unicode Character Inspector processes everything locally in your browser. Your input is never sent to a server, so it stays private even on shared devices.
Does the Unicode Character Inspector work offline?
After the page loads, the Unicode Character Inspector runs entirely in your browser, so it keeps working without a network connection.
Free & private β why use this Unicode Character Inspector
The Unicode Character Inspector runs 100% client-side in your browser. Your data is never uploaded to a server, no account is required, and the tool is completely free. It works offline once the page has loaded and is part of a growing collection of privacy-first developer utilities.