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 111000111101010001101101 e3d46d
EUC-JP 耿m 111001101101011001101101 e6d66d
UTF-8 耿m 11101000100000001011111101101101 e880bf6d
UHC 耿m 110011001110101001101101 ccea6d

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