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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驢憙驢枌^ | 111010011000011010011100110110001110100110000110100111100110001001011110 | e9869cd8e9869e625e |
EUC-JP | 驢憙驢枌^ | 111100011110011011011000110110101111000111100110110110111100001101011110 | f1e6d8daf1e6dbc35e |
UTF-8 | 驢憙驢枌^ | 11101001101010011010001011100110100001101001100111101001101010011010001011100110100111101000110001011110 | e9a9a2e68699e9a9a2e69e8c5e |
UHC | 驢憙驢?^ | 1101010111110000111111011111001011010101111100000011111101011110 | d5f0fdf2d5f03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)