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{^ 111001001111011101001100011111011110010011110111010011000111101101011110 e4f74c7de4f74c7b5e
SJIS-WIN ?÷L}?÷L{^ 0011111110000001100000000100110001111101001111111000000110000000010011000111101101011110 3f81804c7d3f81804c7b5e
EUC-JP ä÷L}ä÷L{^ 100011111010101110100011101000011110000001001100011111011000111110101011101000111010000111100000010011000111101101011110 8faba3a1e04c7d8faba3a1e04c7b5e
UTF-8 ä÷L}ä÷L{^ 11000011101001001100001110110111010011000111110111000011101001001100001110110111010011000111101101011110 c3a4c3b74c7dc3a4c3b74c7b5e
UHC ?÷L}?÷L{^ 0011111110100001110000000100110001111101001111111010000111000000010011000111101101011110 3fa1c04c7d3fa1c04c7b5e

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