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 | QLSB | 100100100101000110010010010011000101001101000010 | 9251924c5342 |
SJIS-WIN | ?Q?LSB | 001111110101000100111111010011000101001101000010 | 3f513f4c5342 |
EUC-JP | ?Q?LSB | 001111110101000100111111010011000101001101000010 | 3f513f4c5342 |
UTF-8 | QLSB | 1100001010010010010100011100001010010010010011000101001101000010 | c29251c2924c5342 |
UHC | ?Q?LSB | 001111110101000100111111010011000101001101000010 | 3f513f4c5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)