An improved version of this tool, that runs locally
in your browser, can be found here.
| Character | |
| Character name | NULL |
| Hex code point | 0000 |
| Decimal code point | 0 |
| Hex UTF-8 bytes | 00 |
| Octal UTF-8 bytes | 00 |
| UTF-8 bytes as Latin-1 characters bytes | <00> |
Notes:
-
Some browsers may not be able to display all Unicode characters; they may
display blanks, boxes, or question marks for some characters.
Installing more fonts may help.
-
Cutting and pasting does not work reliably in all browsers.
-
When cutting and pasting hex numbers from dump output on
little-endian machines (eg x86), beware of byte order problems.
-
Hex numbers should not be prefixed with "0x", "U+", or anything else.
-
Hex and octal UTF-8 byte input should have the bytes separated by spaces.
-
"UTF-8 bytes as Latin-1 characters" is what you typically see when you
display a UTF-8 file with a terminal or editor that only knows about
8-bit characters.
-
Spaces are ignored in the input of bytes as Latin-1 characters, to
make it easier to cut-and-paste from dump output.