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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 章??@h | 100011111100110100111111001111110100000001101000 | 8fcd3f3f4068 |
EUC-JP | 章??@h | 101111101100111100111111001111110100000001101000 | becf3f3f4068 |
UTF-8 | 章사엡@h | 1110011110101011101000001110110010000010101011001110110010010111101000010100000001101000 | e7aba0ec82acec97a14068 |
UHC | 章사엡@h | 1110110111110001101110111110011110111111101001100100000001101000 | edf1bbe7bfa64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)