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 | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 谷奪造W | 10010010010010101001001001000100100100011010001001010111 | 924a924491a257 |
EUC-JP | 谷奪造W | 11000011101010111100001110100101110000101010010001010111 | c3abc3a5c2a457 |
UTF-8 | 谷奪造W | 11101000101100001011011111100101101001011010101011101001100000001010000001010111 | e8b0b7e5a5aae980a057 |
UHC | 谷奪造W | 11001101110110111111011110101100111100001110001101010111 | cddbf7acf0e357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)