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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 荳茨スサ魃「B | 11100100101110001000100011101111101111011011101111101001101011111010001001000010 | e4b888efbdbbe9afa242 |
EUC-JP | 荳茨スサ魃「B | 11101000101110101011000011110001100011101011110110001110101110111111001010110001100011101010001001000010 | e8bab0f18ebd8ebbf2b18ea242 |
UTF-8 | 荳茨スサ魃「B | 11101000100011011011001111101000100011001010100011101111101111011011110111101111101111011011101111101001101011011000001111101111101111011010001001000010 | e88db3e88ca8efbdbdefbdbbe9ad83efbda242 |
UHC | 荳茨??魃?B | 11010100111001011110110110111100001111110011111111011011101001100011111101000010 | d4e5edbc3f3fdba63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)