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 | 10010101010011000011111110010101010011000011111101000010 | 954c3f954c3f42 |
EUC-JP | 畢?畢?B | 11001001101011010011111111001001101011010011111101000010 | c9ad3fc9ad3f42 |
UTF-8 | 畢癩畢癩B | 11100111100101011010001011101111101001001000111011100111100101011010001011101111101001001000111001000010 | e795a2efa48ee795a2efa48e42 |
UHC | 畢癩畢癩B | 111110011011010011010001110110111111100110110100110100011101101101000010 | f9b4d1dbf9b4d1db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)