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 ?s 0011111101110011 3f73
SJIS-WIN 馮s 111010010110011101110011 e96773
EUC-JP 馮s 111100011100100001110011 f1c873
UTF-8 馮s 11101001101001101010111001110011 e9a6ae73
UHC 馮s 111110011010011101110011 f9a773

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