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 100111110100000101000110 9f4146
EUC-JP 蘗F 110111011010001001000110 dda246
UTF-8 蘗F 11101000100110001001011101000110 e8989746
UHC 蘗F 110111001010001001000110 dca246

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