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®^ | 1001001001010001100100011010111001011110 | 925191ae5e |
SJIS-WIN | ?Q??^ | 0011111101010001001111110011111101011110 | 3f513f3f5e |
EUC-JP | ?Q?®^ | 00111111010100010011111110001111101000101110111001011110 | 3f513f8fa2ee5e |
UTF-8 | Q®^ | 1100001010010010010100011100001010010001110000101010111001011110 | c29251c291c2ae5e |
UHC | ?Q?®^ | 001111110101000100111111101000101110011101011110 | 3f513fa2e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)