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 100100001000010101101101 90856d
EUC-JP 水m 101111111110010101101101 bfe56d
UTF-8 水m 11100110101100001011010001101101 e6b0b46d
UHC 水m 111000101010100101101101 e2a96d

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