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 100101111110110101101101 97ed6d
EUC-JP 麗m 110011101110111101101101 ceef6d
UTF-8 麗m 11101001101110101001011101101101 e9ba976d
UHC 麗m 110101011111001001101101 d5f26d

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