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 0011111101001101 3f4d
SJIS-WIN 損M 100100011011100101001101 91b94d
EUC-JP 損M 110000101011101101001101 c2bb4d
UTF-8 損M 11100110100100001000110101001101 e6908d4d
UHC 損M 111000011101111101001101 e1df4d

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