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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 湲?諸?\ | 10011111110100010011111110001111100101000011111101011100 | 9fd13f8f943f5c |
EUC-JP | 湲?諸?\ | 11011110110100110011111110111101111101000011111101011100 | ded33fbdf43f5c |
UTF-8 | 湲렣諸엿\ | 11100110101110011011001011101011101000001010001111101000101010111011100011101100100101111011111101011100 | e6b9b2eba0a3e8abb8ec97bf5c |
UHC | 湲렣諸엿\ | 111010101011100010001110101101001111000010110011101111111011001101011100 | eab88eb4f0b3bfb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)