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 100100100100000001001101 92404d
EUC-JP 叩M 110000111010000101001101 c3a14d
UTF-8 叩M 11100101100011111010100101001101 e58fa94d
UHC 叩M 110011011011000001001101 cdb04d

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