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}¶È\n{^ 1011011011001000010111000110111001111101101101101100100001011100011011100111101101011110 b6c85c6e7db6c85c6e7b5e
SJIS-WIN ¶?\n}¶?\n{^ 10000001111101110011111101011100011011100111110110000001111101110011111101011100011011100111101101011110 81f73f5c6e7d81f73f5c6e7b5e
EUC-JP ¶È\n}¶È\n{^ 1010001011111001100011111010101010110010010111000110111001111101101000101111100110001111101010101011001001011100011011100111101101011110 a2f98faab25c6e7da2f98faab25c6e7b5e
UTF-8 ¶È\n}¶È\n{^ 110000101011011011000011100010000101110001101110011111011100001010110110110000111000100001011100011011100111101101011110 c2b6c3885c6e7dc2b6c3885c6e7b5e
UHC ¶?\n}¶?\n{^ 10100010110100100011111101011100011011100111110110100010110100100011111101011100011011100111101101011110 a2d23f5c6e7da2d23f5c6e7b5e

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