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 111000000101010001000110 e05446
EUC-JP 澣F 110111111011010101000110 dfb546
UTF-8 澣F 11100110101111101010001101000110 e6bea346
UHC 澣F 111110011101010001000110 f9d446

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