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 100100010110110001101101 916c6d
EUC-JP 鼠m 110000011100110101101101 c1cd6d
UTF-8 鼠m 11101001101111001010000001101101 e9bca06d
UHC 鼠m 111000001010100101101101 e0a96d

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