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{^ 1110000101001001011110110100111001111101111000010100100101111011010011100111101101011110 e1497b4e7de1497b4e7b5e
SJIS-WIN ?I{N}?I{N{^ 0011111101001001011110110100111001111101001111110100100101111011010011100111101101011110 3f497b4e7d3f497b4e7b5e
EUC-JP áI{N}áI{N{^ 100011111010101110100001010010010111101101001110011111011000111110101011101000010100100101111011010011100111101101011110 8faba1497b4e7d8faba1497b4e7b5e
UTF-8 áI{N}áI{N{^ 11000011101000010100100101111011010011100111110111000011101000010100100101111011010011100111101101011110 c3a1497b4e7dc3a1497b4e7b5e
UHC ?I{N}?I{N{^ 0011111101001001011110110100111001111101001111110100100101111011010011100111101101011110 3f497b4e7d3f497b4e7b5e

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