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 | 咳?咳?^ | 10001010010100000011111110001010010100000011111101011110 | 8a503f8a503f5e |
EUC-JP | 咳?咳?^ | 10110011101100010011111110110011101100010011111101011110 | b3b13fb3b13f5e |
UTF-8 | 咳좩咳좩^ | 11100101100100101011001111101100101000101010100111100101100100101011001111101100101000101010100101011110 | e592b3eca2a9e592b3eca2a95e |
UHC | 咳좩咳좩^ | 111110101010011010100001010001001111101010100110101000010100010001011110 | faa6a144faa6a1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)