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 | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | カス軸@B | 11110001111000001011011011110001100011101011110110001110101100100100000001000010 | f1e0b6f18ebd8eb24042 |
EUC-JP | ?カ?ス軸@B | 00111111100011101011011000111111100011101011110110111100101101000100000001000010 | 3f8eb63f8ebdbcb44042 |
UTF-8 | カス軸@B | 1110111010000101100110111110111110111101101101101110111010000100100010011110111110111101101111011110100010111011101110000100000001000010 | ee859befbdb6ee8489efbdbde8bbb84042 |
UHC | ????軸@B | 0011111100111111001111110011111111110101111011100100000001000010 | 3f3f3f3ff5ee4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)