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 100100100101101001001101 925a4d
EUC-JP 短M 110000111011101101001101 c3bb4d
UTF-8 短M 11100111100111111010110101001101 e79fad4d
UHC 短M 110100111010110101001101 d3ad4d

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