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 | èBZB | 11101000010000101000110101011010100000101000100101000010 | e8428d5a828942 |
SJIS-WIN | ?B?Z??B | 00111111010000100011111101011010001111110011111101000010 | 3f423f5a3f3f42 |
EUC-JP | èB?Z??B | 100011111010101110110010010000100011111101011010001111110011111101000010 | 8fabb2423f5a3f3f42 |
UTF-8 | èBZB | 1100001110101000010000101100001010001101010110101100001010000010110000101000100101000010 | c3a842c28d5ac282c28942 |
UHC | ?B?Z??B | 00111111010000100011111101011010001111110011111101000010 | 3f423f5a3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)