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‘©‘¸’G‘¹‘¶e^ 1001001001000110100100011010100110010001101110001001001001000111100100011011100110010001101101100110010101011110 924691a991b8924791b991b6655e
SJIS-WIN ?F?????G???¶e^ 001111110100011000111111001111110011111100111111001111110100011100111111001111110011111110000001111101110110010101011110 3f463f3f3f3f3f473f3f3f81f7655e
EUC-JP ?F?©?¸?G???¶e^ 00111111010001100011111110001111101000101110110100111111100011111010001010110001001111110100011100111111001111110011111110100010111110010110010101011110 3f463f8fa2ed3f8fa2b13f473f3f3fa2f9655e
UTF-8 ’F‘©‘¸’G‘¹‘¶e^ 110000101001001001000110110000101001000111000010101010011100001010010001110000101011100011000010100100100100011111000010100100011100001010111001110000101001000111000010101101100110010101011110 c29246c291c2a9c291c2b8c29247c291c2b9c291c2b6655e
UHC ?F???¸?G?¹?¶e^ 0011111101000110001111110011111100111111101000101010110000111111010001110011111110101001111101100011111110100010110100100110010101011110 3f463f3f3fa2ac3f473fa9f63fa2d2655e

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