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 | æm^ | 111001100110110101011110 | e66d5e |
SJIS-WIN | ?m^ | 001111110110110101011110 | 3f6d5e |
EUC-JP | æm^ | 1000111110101001110000010110110101011110 | 8fa9c16d5e |
UTF-8 | æm^ | 11000011101001100110110101011110 | c3a66d5e |
UHC | æm^ | 10101001101000010110110101011110 | a9a16d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)