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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 鶉躙F | 1110101001000111111001110101011101000110 | ea47e75746 |
EUC-JP | 鶉躙F | 1111001110101000111011011011100001000110 | f3a8edb846 |
UTF-8 | 鶉躙F | 11101001101101101000100111101000101110101001100101000110 | e9b689e8ba9946 |
UHC | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)