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 100010001100001001101101 88c26d
EUC-JP 按m 101100001100010001101101 b0c46d
UTF-8 按m 11100110100011001000100101101101 e68c896d
UHC 按m 111001001100111001101101 e4ce6d

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