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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 洧?洧?^ | 100011111100011110110100001111111000111111000111101101000011111101011110 | 8fc7b43f8fc7b43f5e |
UTF-8 | 洧괗洧괗^ | 11100110101101001010011111101010101101001001011111100110101101001010011111101010101101001001011101011110 | e6b4a7eab497e6b4a7eab4975e |
UHC | 洧괗洧괗^ | 111010101111101110000010010001001110101011111011100000100100010001011110 | eafb8244eafb82445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)