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¢ | 1001000110111010100100011010001010010010010100011001000110100010 | 91ba91a2925191a2 |
SJIS-WIN | ???¢?Q?¢ | 00111111001111110011111110000001100100010011111101010001001111111000000110010001 | 3f3f3f81913f513f8191 |
EUC-JP | ?º?¢?Q?¢ | 001111111000111110100010111010110011111110100001111100010011111101010001001111111010000111110001 | 3f8fa2eb3fa1f13f513fa1f1 |
UTF-8 | º¢Q¢ | 110000101001000111000010101110101100001010010001110000101010001011000010100100100101000111000010100100011100001010100010 | c291c2bac291c2a2c29251c291c2a2 |
UHC | ?º???Q?? | 001111111010100010101100001111110011111100111111010100010011111100111111 | 3fa8ac3f3f3f513f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)