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