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 | 10001101100101101000000111100100001111110100000001101000 | 8d9681e43f4068 |
EUC-JP | 獄∽?@h | 10111001111101101010001011100110001111110100000001101000 | b9f6a2e63f4068 |
UTF-8 | 獄∽슭@h | 1110011110001101100001001110001010001000101111011110110010001010101011010100000001101000 | e78d84e288bdec8aad4068 |
UHC | 獄∽슭@h | 1110100010101011101000011110111110111101101111100100000001101000 | e8aba1efbdbe4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)