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 111000001100100101000110 e0c946
EUC-JP 猖F 111000001100101101000110 e0cb46
UTF-8 猖F 11100111100011001001011001000110 e78c9646
UHC 猖F 111100111110100101000110 f3e946

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