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^ | 10010000010000000100010010010000010000000100010001011110 | 9040449040445e |
EUC-JP | 拭D拭D^ | 10111111101000010100010010111111101000010100010001011110 | bfa144bfa1445e |
UTF-8 | 拭D拭D^ | 111001101000101110101101010001001110011010001011101011010100010001011110 | e68bad44e68bad445e |
UHC | 拭D拭D^ | 11100011110101000100010011100011110101000100010001011110 | e3d444e3d4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)