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 | ???s | 00111111001111110011111101110011 | 3f3f3f73 |
SJIS-WIN | 谷奪造s | 10010010010010101001001001000100100100011010001001110011 | 924a924491a273 |
EUC-JP | 谷奪造s | 11000011101010111100001110100101110000101010010001110011 | c3abc3a5c2a473 |
UTF-8 | 谷奪造s | 11101000101100001011011111100101101001011010101011101001100000001010000001110011 | e8b0b7e5a5aae980a073 |
UHC | 谷奪造s | 11001101110110111111011110101100111100001110001101110011 | cddbf7acf0e373 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)