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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 鞜假スサ@h | 1110100011011111100110001110111110111101101110110100000001101000 | e8df98efbdbb4068 |
EUC-JP | 鞜假スサ@h | 11110000111000011101000011110001100011101011110110001110101110110100000001101000 | f0e1d0f18ebd8ebb4068 |
UTF-8 | 鞜假スサ@h | 1110100110011110100111001110010110000001100001111110111110111101101111011110111110111101101110110100000001101000 | e99e9ce58187efbdbdefbdbb4068 |
UHC | ?假??@h | 00111111110010101010001100111111001111110100000001101000 | 3fcaa33f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)