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^ | 11100101110100010100010011100101110100010100010001011110 | e5d144e5d1445e |
EUC-JP | 衽D衽D^ | 11101010110100110100010011101010110100110100010001011110 | ead344ead3445e |
UTF-8 | 衽D衽D^ | 111010001010000110111101010001001110100010100001101111010100010001011110 | e8a1bd44e8a1bd445e |
UHC | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)