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 111001010101010001000110 e55446
EUC-JP 薺F 111010011011010101000110 e9b546
UTF-8 薺F 11101000100101101011101001000110 e896ba46
UHC 薺F 111100001011000101000110 f0b146

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