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 | 豌?豌?^ | 11100110101100000011111111100110101100000011111101011110 | e6b03fe6b03f5e |
EUC-JP | 豌?豌?^ | 11101100101100100011111111101100101100100011111101011110 | ecb23fecb23f5e |
UTF-8 | 豌왊豌왊^ | 11101000101100011000110011101100100110011000101011101000101100011000110011101100100110011000101001011110 | e8b18cec998ae8b18cec998a5e |
UHC | 豌왊豌왊^ | 111010001101010110011110101110111110100011010101100111101011101101011110 | e8d59ebbe8d59ebb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)