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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 槨倆韜h | 10011110110110001001100011101101111010001110100101101000 | 9ed898ede8e968 |
EUC-JP | 槨倆韜h | 11011100110110101101000011101111111100001110101101101000 | dcdad0eff0eb68 |
UTF-8 | 槨倆韜h | 11100110101001111010100011100101100000001000011011101001100111111001110001101000 | e6a7a8e58086e99f9c68 |
UHC | 槨倆韜h | 11001110101010101101010111010110110101001011011101101000 | ceaad5d6d4b768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)