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 | ????cG | 001111110011111100111111001111110110001101000111 | 3f3f3f3f6347 |
SJIS-WIN | 諸???cG | 10001111100101000011111100111111001111110110001101000111 | 8f943f3f3f6347 |
EUC-JP | 諸???cG | 10111101111101000011111100111111001111110110001101000111 | bdf43f3f3f6347 |
UTF-8 | 諸골렰렗cG | 1110100010101011101110001110101010110011101010001110101110100000101100001110101110100000100101110110001101000111 | e8abb8eab3a8eba0b0eba0976347 |
UHC | 諸골렰렗cG | 11110000101100111011000011110001100011101011110110001110101011000110001101000111 | f0b3b0f18ebd8eac6347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)