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 | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
SJIS-WIN | 湲?諸?y | 10011111110100010011111110001111100101000011111101111001 | 9fd13f8f943f79 |
EUC-JP | 湲?諸?y | 11011110110100110011111110111101111101000011111101111001 | ded33fbdf43f79 |
UTF-8 | 湲렣諸빰y | 11100110101110011011001011101011101000001010001111101000101010111011100011101011101110011011000001111001 | e6b9b2eba0a3e8abb8ebb9b079 |
UHC | 湲렣諸빰y | 111010101011100010001110101101001111000010110011101110111010001101111001 | eab88eb4f0b3bba379 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)