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 100111010101100001000110 9d5846
EUC-JP 拗F 110110011011100101000110 d9b946
UTF-8 拗F 11100110100010111001011101000110 e68b9746
UHC 拗F 111010001111001101000110 e8f346

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