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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 韜宣巨^ | 11101000111010011001000011101001100010111001000001011110 | e8e990e98b905e |
EUC-JP | 韜宣巨^ | 11110000111010111100000011101011101101011111000001011110 | f0ebc0ebb5f05e |
UTF-8 | 韜宣巨^ | 11101001100111111001110011100101101011101010001111100101101101111010100001011110 | e99f9ce5aea3e5b7a85e |
UHC | 韜宣巨^ | 11010100101101111110000010111110110010111101110101011110 | d4b7e0becbdd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)