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?H?C?C | 0011111101010001001111110100100000111111010000110011111101000011 | 3f513f483f433f43 |
SJIS-WIN | ?Q?H?C?C | 0011111101010001001111110100100000111111010000110011111101000011 | 3f513f483f433f43 |
EUC-JP | ?Q?H?C?C | 0011111101010001001111110100100000111111010000110011111101000011 | 3f513f483f433f43 |
UTF-8 | 혪Q혪H혪C혪C | 11101101100110001010101001010001111011011001100010101010010010001110110110011000101010100100001111101101100110001010101001000011 | ed98aa51ed98aa48ed98aa43ed98aa43 |
UHC | 혪Q혪H혪C혪C | 110000101001001001010001110000101001001001001000110000101001001001000011110000101001001001000011 | c29251c29248c29243c29243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)