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 100011110111110101000110 8f7d46
EUC-JP 殉F 101111011101111001000110 bdde46
UTF-8 殉F 11100110101011101000100101000110 e6ae8946
UHC 殉F 111000101110011001000110 e2e646

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