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’M‘¦’F‘® 10010010010011001001001001001101100100011010011010010010010001101001000110101110 924c924d91a6924691ae
SJIS-WIN ?L?M???F?? 00111111010011000011111101001101001111110011111100111111010001100011111100111111 3f4c3f4d3f3f3f463f3f
EUC-JP ?L?M?¦?F?® 0011111101001100001111110100110100111111100011111010001011000011001111110100011000111111100011111010001011101110 3f4c3f4d3f8fa2c33f463f8fa2ee
UTF-8 ’L’M‘¦’F‘® 1100001010010010010011001100001010010010010011011100001010010001110000101010011011000010100100100100011011000010100100011100001010101110 c2924cc2924dc291c2a6c29246c291c2ae
UHC ?L?M???F?® 0011111101001100001111110100110100111111001111110011111101000110001111111010001011100111 3f4c3f4d3f3f3f463fa2e7

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