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 | 0011111101000010 | 3f42 |
SJIS-WIN | 姙B | 100110110100101101000010 | 9b4b42 |
EUC-JP | 姙B | 110101011010110001000010 | d5ac42 |
UTF-8 | 姙B | 11100101101001111001100101000010 | e5a79942 |
UHC | 姙B | 111011001111010101000010 | ecf542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)