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 | 11101001101011111011000011101001101011111011000001000010 | e9afb0e9afb042 |
EUC-JP | 魃ー魃ーB | 111100101011000110001110101100001111001010110001100011101011000001000010 | f2b18eb0f2b18eb042 |
UTF-8 | 魃ー魃ーB | 11101001101011011000001111101111101111011011000011101001101011011000001111101111101111011011000001000010 | e9ad83efbdb0e9ad83efbdb042 |
UHC | 魃?魃?B | 11011011101001100011111111011011101001100011111101000010 | dba63fdba63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)