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 ?C 0011111101000011 3f43
SJIS-WIN 俗C 100100011010110101000011 91ad43
EUC-JP 俗C 110000101010111101000011 c2af43
UTF-8 俗C 11100100101111111001011101000011 e4bf9743
UHC 俗C 111000011101010001000011 e1d443

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