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 | 額?額?^ | 10001010011110100011111110001010011110100011111101011110 | 8a7a3f8a7a3f5e |
EUC-JP | 額?額?^ | 10110011110110110011111110110011110110110011111101011110 | b3db3fb3db3f5e |
UTF-8 | 額캝額캝^ | 11101001101000011000110111101100101110101001110111101001101000011000110111101100101110101001110101011110 | e9a18decba9de9a18decba9d5e |
UHC | 額캝額캝^ | 111001001111111010110000010001001110010011111110101100000100010001011110 | e4feb044e4feb0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)