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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 拜D拜D^ | 10011101011000000100010010011101011000000100010001011110 | 9d60449d60445e |
EUC-JP | 拜D拜D^ | 11011001110000010100010011011001110000010100010001011110 | d9c144d9c1445e |
UTF-8 | 拜D拜D^ | 111001101000101110011100010001001110011010001011100111000100010001011110 | e68b9c44e68b9c445e |
UHC | 拜D拜D^ | 11011011110010000100010011011011110010000100010001011110 | dbc844dbc8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)