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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | カス自nB | 11110001111000001011011011110001100011101011110110001110101010010110111001000010 | f1e0b6f18ebd8ea96e42 |
EUC-JP | ?カ?ス自nB | 00111111100011101011011000111111100011101011110110111100101010110110111001000010 | 3f8eb63f8ebdbcab6e42 |
UTF-8 | カス自nB | 1110111010000101100110111110111110111101101101101110111010000100100010011110111110111101101111011110100010000111101010100110111001000010 | ee859befbdb6ee8489efbdbde887aa6e42 |
UHC | ????自nB | 0011111100111111001111110011111111101101101110110110111001000010 | 3f3f3f3fedbb6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)