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 | ?gG | 001111110110011101000111 | 3f6747 |
SJIS-WIN | 叩gG | 10010010010000000110011101000111 | 92406747 |
EUC-JP | 叩gG | 11000011101000010110011101000111 | c3a16747 |
UTF-8 | 叩gG | 1110010110001111101010010110011101000111 | e58fa96747 |
UHC | 叩gG | 11001101101100000110011101000111 | cdb06747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)