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 ?m 0011111101101101 3f6d
SJIS-WIN 膠m 111001000101000001101101 e4506d
EUC-JP 膠m 111001111011000101101101 e7b16d
UTF-8 膠m 11101000100001101010000001101101 e886a06d
UHC 膠m 110011101110111101101101 ceef6d

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