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 | AGCQ | 1001001001000001100100100100011110010010010000111001001001010001 | 9241924792439251 |
SJIS-WIN | ?A?G?C?Q | 0011111101000001001111110100011100111111010000110011111101010001 | 3f413f473f433f51 |
EUC-JP | ?A?G?C?Q | 0011111101000001001111110100011100111111010000110011111101010001 | 3f413f473f433f51 |
UTF-8 | AGCQ | 110000101001001001000001110000101001001001000111110000101001001001000011110000101001001001010001 | c29241c29247c29243c29251 |
UHC | ?A?G?C?Q | 0011111101000001001111110100011100111111010000110011111101010001 | 3f413f473f433f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)