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 100011111001101101101101 8f9b6d
EUC-JP 鋤m 101111011111101101101101 bdfb6d
UTF-8 鋤m 11101001100010111010010001101101 e98ba46d
UHC 鋤m 111000001010011101101101 e0a76d

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