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 èNQ\n}èNQ\n{^ 111010000100111010000001010100010101110001101110011111011110100001001110100000010101000101011100011011100111101101011110 e84e81515c6e7de84e81515c6e7b5e
SJIS-WIN ?N?Q\n}?N?Q\n{^ 001111110100111000111111010100010101110001101110011111010011111101001110001111110101000101011100011011100111101101011110 3f4e3f515c6e7d3f4e3f515c6e7b5e
EUC-JP èN?Q\n}èN?Q\n{^ 10001111101010111011001001001110001111110101000101011100011011100111110110001111101010111011001001001110001111110101000101011100011011100111101101011110 8fabb24e3f515c6e7d8fabb24e3f515c6e7b5e
UTF-8 èNQ\n}èNQ\n{^ 11000011101010000100111011000010100000010101000101011100011011100111110111000011101010000100111011000010100000010101000101011100011011100111101101011110 c3a84ec281515c6e7dc3a84ec281515c6e7b5e
UHC ?N?Q\n}?N?Q\n{^ 001111110100111000111111010100010101110001101110011111010011111101001110001111110101000101011100011011100111101101011110 3f4e3f515c6e7d3f4e3f515c6e7b5e

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