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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 鳥?潔e^ | 10010010101110010011111110001100100010010110010101011110 | 92b93f8c89655e |
EUC-JP | 鳥?潔e^ | 11000100101110110011111110110111111010010110010101011110 | c4bb3fb7e9655e |
UTF-8 | 鳥흗潔e^ | 1110100110110011101001011110110110011101100101111110011010111101100101000110010101011110 | e9b3a5ed9d97e6bd94655e |
UHC | 鳥흗潔e^ | 1111000011101000110010001110100111001100101111100110010101011110 | f0e8c8e9ccbe655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)