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 | ?F | 0011111101000110 | 3f46 |
SJIS-WIN | 粳F | 111000101110100101000110 | e2e946 |
EUC-JP | 粳F | 111001001110101101000110 | e4eb46 |
UTF-8 | 粳F | 11100111101100101011001101000110 | e7b2b346 |
UHC | 粳F | 110010111101011101000110 | cbd746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)