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 | @SG | 10010010010000000101001101000111 | 92405347 |
SJIS-WIN | ?@SG | 00111111010000000101001101000111 | 3f405347 |
EUC-JP | ?@SG | 00111111010000000101001101000111 | 3f405347 |
UTF-8 | @SG | 1100001010010010010000000101001101000111 | c292405347 |
UHC | ?@SG | 00111111010000000101001101000111 | 3f405347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)