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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 陝ャ諠コB | 11101000100111111010110011100110100000111011101001000010 | e89face683ba42 |
EUC-JP | 陝ャ諠コB | 111100001010000110001110101011001110101111100011100011101011101001000010 | f0a18eacebe38eba42 |
UTF-8 | 陝ャ諠コB | 11101001100110011001110111101111101111011010110011101000101010111010000011101111101111011011101001000010 | e9999defbdace8aba0efbdba42 |
UHC | 陝???B | 111000001110110100111111001111110011111101000010 | e0ed3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)