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 0011111101101101 3f6d
EUC-JP ?m 0011111101101101 3f6d
UTF-8 혱m 11101101100110001011000101101101 ed98b16d
UHC 혱m 110000101001100001101101 c2986d

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