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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 攸?攸?B | 10011101101111110011111110011101101111110011111101000010 | 9dbf3f9dbf3f42 |
EUC-JP | 攸?攸?B | 11011010110000010011111111011010110000010011111101000010 | dac13fdac13f42 |
UTF-8 | 攸럝攸럝B | 11100110100101001011100011101011100111111001110111100110100101001011100011101011100111111001110101000010 | e694b8eb9f9de694b8eb9f9d42 |
UHC | 攸럝攸럝B | 111010101111001010001110011110101110101011110010100011100111101001000010 | eaf28e7aeaf28e7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)