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 | QZBW | 1001001001010001100100100101101010010010010000101001001001010111 | 9251925a92429257 |
SJIS-WIN | ?Q?Z?B?W | 0011111101010001001111110101101000111111010000100011111101010111 | 3f513f5a3f423f57 |
EUC-JP | ?Q?Z?B?W | 0011111101010001001111110101101000111111010000100011111101010111 | 3f513f5a3f423f57 |
UTF-8 | QZBW | 110000101001001001010001110000101001001001011010110000101001001001000010110000101001001001010111 | c29251c2925ac29242c29257 |
UHC | ?Q?Z?B?W | 0011111101010001001111110101101000111111010000100011111101010111 | 3f513f5a3f423f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)