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 | ????@~ | 001111110011111100111111001111110100000001111110 | 3f3f3f3f407e |
SJIS-WIN | 諸???@~ | 10001111100101000011111100111111001111110100000001111110 | 8f943f3f3f407e |
EUC-JP | 諸???@~ | 10111101111101000011111100111111001111110100000001111110 | bdf43f3f3f407e |
UTF-8 | 諸골렰렗@~ | 1110100010101011101110001110101010110011101010001110101110100000101100001110101110100000100101110100000001111110 | e8abb8eab3a8eba0b0eba097407e |
UHC | 諸골렰렗@~ | 11110000101100111011000011110001100011101011110110001110101011000100000001111110 | f0b3b0f18ebd8eac407e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)