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 | 韃亥、ア^ | 11101000111001011000100011100101101001001011000101011110 | e8e588e5a4b15e |
EUC-JP | 韃亥、ア^ | 111100001110011110110000111001111000111010100100100011101011000101011110 | f0e7b0e78ea48eb15e |
UTF-8 | 韃亥、ア^ | 11101001100111111000001111100100101110101010010111101111101111011010010011101111101111011011000101011110 | e99f83e4baa5efbda4efbdb15e |
UHC | ?亥??^ | 001111111111101010100100001111110011111101011110 | 3ffaa43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)