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 | ?F???Q?Oh | 001111110100011000111111001111110011111101010001001111110100111101101000 | 3f463f3f3f513f4f68 |
SJIS-WIN | ?F???Q?Oh | 001111110100011000111111001111110011111101010001001111110100111101101000 | 3f463f3f3f513f4f68 |
EUC-JP | ?F???Q?Oh | 001111110100011000111111001111110011111101010001001111110100111101101000 | 3f463f3f3f513f4f68 |
UTF-8 | 혪F혩짭혪Q혪Oh | 11101101100110001010101001000110111011011001100010101001111011001010011110101101111011011001100010101010010100011110110110011000101010100100111101101000 | ed98aa46ed98a9eca7aded98aa51ed98aa4f68 |
UHC | 혪F혩짭혪Q혪Oh | 1100001010010010010001101100001010010001110000101010110011000010100100100101000111000010100100100100111101101000 | c29246c291c2acc29251c2924f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)