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 100010100101011001101101 8a566d
EUC-JP 碍m 101100111011011101101101 b3b76d
UTF-8 碍m 11100111101000101000110101101101 e7a28d6d
UHC 碍m 111001001111010001101101 e4f46d

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