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 100010010111110101000110 897d46
EUC-JP 厭F 101100011101111001000110 b1de46
UTF-8 厭F 11100101100011101010110101000110 e58ead46
UHC 厭F 111001101111010001000110 e6f446

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