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 | 疥憙疥枌^ | 111000010110110110011100110110001110000101101101100111100110001001011110 | e16d9cd8e16d9e625e |
EUC-JP | 疥憙疥枌^ | 111000011100111011011000110110101110000111001110110110111100001101011110 | e1ced8dae1cedbc35e |
UTF-8 | 疥憙疥枌^ | 11100111100101101010010111100110100001101001100111100111100101101010010111100110100111101000110001011110 | e796a5e68699e796a5e69e8c5e |
UHC | 疥憙疥?^ | 1100101111001010111111011111001011001011110010100011111101011110 | cbcafdf2cbca3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)