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 100111111001010101001101 9f954d
EUC-JP 泄M 110111011111010101001101 ddf54d
UTF-8 泄M 11100110101100111000010001001101 e6b3844d
UHC 泄M 111000001101110001001101 e0dc4d

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