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 | AQLº | 1001001001000001100100100101000110010010010011001001000110111010 | 92419251924c91ba |
SJIS-WIN | ?A?Q?L?? | 0011111101000001001111110101000100111111010011000011111100111111 | 3f413f513f4c3f3f |
EUC-JP | ?A?Q?L?º | 00111111010000010011111101010001001111110100110000111111100011111010001011101011 | 3f413f513f4c3f8fa2eb |
UTF-8 | AQLº | 11000010100100100100000111000010100100100101000111000010100100100100110011000010100100011100001010111010 | c29241c29251c2924cc291c2ba |
UHC | ?A?Q?L?º | 001111110100000100111111010100010011111101001100001111111010100010101100 | 3f413f513f4c3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)