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 | L¸Q·^ | 100100100100110010010001101110001001001001010001100100011011011101011110 | 924c91b8925191b75e |
SJIS-WIN | ?L???Q??^ | 001111110100110000111111001111110011111101010001001111110011111101011110 | 3f4c3f3f3f513f3f5e |
EUC-JP | ?L?¸?Q??^ | 0011111101001100001111111000111110100010101100010011111101010001001111110011111101011110 | 3f4c3f8fa2b13f513f3f5e |
UTF-8 | L¸Q·^ | 110000101001001001001100110000101001000111000010101110001100001010010010010100011100001010010001110000101011011101011110 | c2924cc291c2b8c29251c291c2b75e |
UHC | ?L?¸?Q?·^ | 0011111101001100001111111010001010101100001111110101000100111111101000011010010001011110 | 3f4c3fa2ac3f513fa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)