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¼~ | 1001001001010001100100011011110001111110 | 925191bc7e |
SJIS-WIN | ?Q??~ | 0011111101010001001111110011111101111110 | 3f513f3f7e |
EUC-JP | ?Q??~ | 0011111101010001001111110011111101111110 | 3f513f3f7e |
UTF-8 | Q¼~ | 1100001010010010010100011100001010010001110000101011110001111110 | c29251c291c2bc7e |
UHC | ?Q?¼~ | 001111110101000100111111101010001111100101111110 | 3f513fa8f97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)