To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 葯戍頂 | 111001001101111010011100111110011001001010111000 | e4de9cf992b8 |
| EUC-JP | 葯戍頂 | 111010001110000011011000111110111100010010111010 | e8e0d8fbc4ba |
| UTF-8 | 葯戍頂 | 111010001001000110101111111001101000100010001101111010011010000010000010 | e891afe6888de9a082 |
| UHC | 葯戍頂 | 111001011011010111100010101000011111000010100010 | e5b5e2a1f0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)