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 | iA | 100101010110100101000001 | 956941 |
SJIS-WIN | ?iA | 001111110110100101000001 | 3f6941 |
EUC-JP | ?iA | 001111110110100101000001 | 3f6941 |
UTF-8 | iA | 11000010100101010110100101000001 | c2956941 |
UHC | ?iA | 001111110110100101000001 | 3f6941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)