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 ?l 0011111101101100 3f6c
SJIS-WIN 拜l 100111010110000001101100 9d606c
EUC-JP 拜l 110110011100000101101100 d9c16c
UTF-8 拜l 11100110100010111001110001101100 e68b9c6c
UHC 拜l 110110111100100001101100 dbc86c

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