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 ?f?N}?f?N{^ 0011111101100110001111110100111001111101001111110110011000111111010011100111101101011110 3f663f4e7d3f663f4e7b5e
SJIS-WIN fN}fN{^ 111101101110001101100110111101101110001101001110011111011111011011100011011001101111011011100011010011100111101101011110 f6e366f6e34e7df6e366f6e34e7b5e
EUC-JP ?f?N}?f?N{^ 0011111101100110001111110100111001111101001111110110011000111111010011100111101101011110 3f663f4e7d3f663f4e7b5e
UTF-8 fN}fN{^ 11101110100101001000101001100110111011101001010010001010010011100111110111101110100101001000101001100110111011101001010010001010010011100111101101011110 ee948a66ee948a4e7dee948a66ee948a4e7b5e
UHC ?f?N}?f?N{^ 0011111101100110001111110100111001111101001111110110011000111111010011100111101101011110 3f663f4e7d3f663f4e7b5e

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