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 111010011100010101001101 e9c54d
EUC-JP 鯒M 111100101100011101001101 f2c74d
UTF-8 鯒M 11101001101011111001001001001101 e9af924d
UHC ?M 0011111101001101 3f4d

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