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 | èBZF | 11101000010000101000110101011010100000101000100101000110 | e8428d5a828946 |
SJIS-WIN | ?B?Z??F | 00111111010000100011111101011010001111110011111101000110 | 3f423f5a3f3f46 |
EUC-JP | èB?Z??F | 100011111010101110110010010000100011111101011010001111110011111101000110 | 8fabb2423f5a3f3f46 |
UTF-8 | èBZF | 1100001110101000010000101100001010001101010110101100001010000010110000101000100101000110 | c3a842c28d5ac282c28946 |
UHC | ?B?Z??F | 00111111010000100011111101011010001111110011111101000110 | 3f423f5a3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)