To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ?F 0011111101000110 3f46
SJIS-WIN 愕F 100111001011000101000110 9cb146
EUC-JP 愕F 110110001011001101000110 d8b346
UTF-8 愕F 11100110100001001001010101000110 e6849546
UHC 愕F 111001001100001101000110 e4c346

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)