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·L¹A | 100100100101000110010001101101111001001001001100100100011011100101000001 | 925191b7924c91b941 |
SJIS-WIN | ?Q???L??A | 001111110101000100111111001111110011111101001100001111110011111101000001 | 3f513f3f3f4c3f3f41 |
EUC-JP | ?Q???L??A | 001111110101000100111111001111110011111101001100001111110011111101000001 | 3f513f3f3f4c3f3f41 |
UTF-8 | Q·L¹A | 110000101001001001010001110000101001000111000010101101111100001010010010010011001100001010010001110000101011100101000001 | c29251c291c2b7c2924cc291c2b941 |
UHC | ?Q?·?L?¹A | 0011111101010001001111111010000110100100001111110100110000111111101010011111011001000001 | 3f513fa1a43f4c3fa9f641 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)