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 | 10010001111001101000110110100000001111110011111101000010 | 91e68da03f3f42 |
EUC-JP | 第頃??B | 11000010111010001011101010100010001111110011111101000010 | c2e8baa23f3f42 |
UTF-8 | 第頃렰렭B | 11100111101011001010110011101001101000001000001111101011101000001011000011101011101000001010110101000010 | e7acace9a083eba0b0eba0ad42 |
UHC | 第頃렰렭B | 111100001010111111001100111100011000111010111101100011101011101001000010 | f0afccf18ebd8eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)