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}á‘l{^ 1001000011100001100100010110110001111101100100001110000110010001011011000111101101011110 90e1916c7d90e1916c7b5e
SJIS-WIN ???l}???l{^ 0011111100111111001111110110110001111101001111110011111100111111011011000111101101011110 3f3f3f6c7d3f3f3f6c7b5e
EUC-JP ?á?l}?á?l{^ 001111111000111110101011101000010011111101101100011111010011111110001111101010111010000100111111011011000111101101011110 3f8faba13f6c7d3f8faba13f6c7b5e
UTF-8 á‘l}á‘l{^ 1100001010010000110000111010000111000010100100010110110001111101110000101001000011000011101000011100001010010001011011000111101101011110 c290c3a1c2916c7dc290c3a1c2916c7b5e
UHC ???l}???l{^ 0011111100111111001111110110110001111101001111110011111100111111011011000111101101011110 3f3f3f6c7d3f3f3f6c7b5e

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