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 | 鶩貘鶩貘^ | 111010100100111011100110110000001110101001001110111001101100000001011110 | ea4ee6c0ea4ee6c05e |
EUC-JP | 鶩貘鶩貘^ | 111100111010111111101100110000101111001110101111111011001100001001011110 | f3afecc2f3afecc25e |
UTF-8 | 鶩貘鶩貘^ | 11101001101101101010100111101000101100101001100011101001101101101010100111101000101100101001100001011110 | e9b6a9e8b298e9b6a9e8b2985e |
UHC | 鶩?鶩?^ | 11011001110100000011111111011001110100000011111101011110 | d9d03fd9d03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)