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 ‘aâWN}‘aâWN{^ 10010001011000011110001001010111010011100111110110010001011000011110001001010111010011100111101101011110 9161e2574e7d9161e2574e7b5e
SJIS-WIN ?a?WN}?a?WN{^ 00111111011000010011111101010111010011100111110100111111011000010011111101010111010011100111101101011110 3f613f574e7d3f613f574e7b5e
EUC-JP ?aâWN}?aâWN{^ 0011111101100001100011111010101110100100010101110100111001111101001111110110000110001111101010111010010001010111010011100111101101011110 3f618faba4574e7d3f618faba4574e7b5e
UTF-8 ‘aâWN}‘aâWN{^ 1100001010010001011000011100001110100010010101110100111001111101110000101001000101100001110000111010001001010111010011100111101101011110 c29161c3a2574e7dc29161c3a2574e7b5e
UHC ?a?WN}?a?WN{^ 00111111011000010011111101010111010011100111110100111111011000010011111101010111010011100111101101011110 3f613f574e7d3f613f574e7b5e

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