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?U?T | 001111110101000100111111010101010011111101010100 | 3f513f553f54 |
SJIS-WIN | ?Q?U?T | 001111110101000100111111010101010011111101010100 | 3f513f553f54 |
EUC-JP | ?Q?U?T | 001111110101000100111111010101010011111101010100 | 3f513f553f54 |
UTF-8 | 혪Q혪U혪T | 111011011001100010101010010100011110110110011000101010100101010111101101100110001010101001010100 | ed98aa51ed98aa55ed98aa54 |
UHC | 혪Q혪U혪T | 110000101001001001010001110000101001001001010101110000101001001001010100 | c29251c29255c29254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)