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 úIÉ÷\n}úIÉ÷\n{^ 111110100100100111001001111101110101110001101110011111011111101001001001110010011111011101011100011011100111101101011110 fa49c9f75c6e7dfa49c9f75c6e7b5e
SJIS-WIN ?I?÷\n}?I?÷\n{^ 0011111101001001001111111000000110000000010111000110111001111101001111110100100100111111100000011000000001011100011011100111101101011110 3f493f81805c6e7d3f493f81805c6e7b5e
EUC-JP úIÉ÷\n}úIÉ÷\n{^ 10001111101010111110001001001001100011111010101010110001101000011110000001011100011011100111110110001111101010111110001001001001100011111010101010110001101000011110000001011100011011100111101101011110 8fabe2498faab1a1e05c6e7d8fabe2498faab1a1e05c6e7b5e
UTF-8 úIÉ÷\n}úIÉ÷\n{^ 110000111011101001001001110000111000100111000011101101110101110001101110011111011100001110111010010010011100001110001001110000111011011101011100011011100111101101011110 c3ba49c389c3b75c6e7dc3ba49c389c3b75c6e7b5e
UHC ?I?÷\n}?I?÷\n{^ 0011111101001001001111111010000111000000010111000110111001111101001111110100100100111111101000011100000001011100011011100111101101011110 3f493fa1c05c6e7d3f493fa1c05c6e7b5e

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