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 ¶Äon}¶Äon{^ 1011011011000100011011110110111001111101101101101100010001101111011011100111101101011110 b6c46f6e7db6c46f6e7b5e
SJIS-WIN ¶?on}¶?on{^ 10000001111101110011111101101111011011100111110110000001111101110011111101101111011011100111101101011110 81f73f6f6e7d81f73f6f6e7b5e
EUC-JP ¶Äon}¶Äon{^ 1010001011111001100011111010101010100011011011110110111001111101101000101111100110001111101010101010001101101111011011100111101101011110 a2f98faaa36f6e7da2f98faaa36f6e7b5e
UTF-8 ¶Äon}¶Äon{^ 110000101011011011000011100001000110111101101110011111011100001010110110110000111000010001101111011011100111101101011110 c2b6c3846f6e7dc2b6c3846f6e7b5e
UHC ¶?on}¶?on{^ 10100010110100100011111101101111011011100111110110100010110100100011111101101111011011100111101101011110 a2d23f6f6e7da2d23f6f6e7b5e

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