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 | 蝟鶩蝟鶩^ | 111001011001011011101010010011101110010110010110111010100100111001011110 | e596ea4ee596ea4e5e |
EUC-JP | 蝟鶩蝟鶩^ | 111010011111011011110011101011111110100111110110111100111010111101011110 | e9f6f3afe9f6f3af5e |
UTF-8 | 蝟鶩蝟鶩^ | 11101000100111011001111111101001101101101010100111101000100111011001111111101001101101101010100101011110 | e89d9fe9b6a9e89d9fe9b6a95e |
UHC | 蝟鶩蝟鶩^ | 111010101101101011011001110100001110101011011010110110011101000001011110 | eadad9d0eadad9d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)