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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 第頃??W | 10010001111001101000110110100000001111110011111101010111 | 91e68da03f3f57 |
EUC-JP | 第頃??W | 11000010111010001011101010100010001111110011111101010111 | c2e8baa23f3f57 |
UTF-8 | 第頃렰렫W | 11100111101011001010110011101001101000001000001111101011101000001011000011101011101000001010101101010111 | e7acace9a083eba0b0eba0ab57 |
UHC | 第頃렰렫W | 111100001010111111001100111100011000111010111101100011101011100101010111 | f0afccf18ebd8eb957 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)