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 111010011110101101101100 e9eb6c
EUC-JP 鴉l 111100101110110101101100 f2ed6c
UTF-8 鴉l 11101001101101001000100101101100 e9b4896c
UHC 鴉l 111001001011110001101100 e4bc6c

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