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 | 11110001111000001011011011110001100011101011110110001110101010010100000001000010 | f1e0b6f18ebd8ea94042 |
EUC-JP | ?カ?ス自@B | 00111111100011101011011000111111100011101011110110111100101010110100000001000010 | 3f8eb63f8ebdbcab4042 |
UTF-8 | カス自@B | 1110111010000101100110111110111110111101101101101110111010000100100010011110111110111101101111011110100010000111101010100100000001000010 | ee859befbdb6ee8489efbdbde887aa4042 |
UHC | ????自@B | 0011111100111111001111110011111111101101101110110100000001000010 | 3f3f3f3fedbb4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)