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{^ 11100001010111101011100101101111011011100111110111100001010111101011100101101111011011100111101101011110 e15eb96f6e7de15eb96f6e7b5e
SJIS-WIN ?^?on}?^?on{^ 00111111010111100011111101101111011011100111110100111111010111100011111101101111011011100111101101011110 3f5e3f6f6e7d3f5e3f6f6e7b5e
EUC-JP á^?on}á^?on{^ 1000111110101011101000010101111000111111011011110110111001111101100011111010101110100001010111100011111101101111011011100111101101011110 8faba15e3f6f6e7d8faba15e3f6f6e7b5e
UTF-8 á^¹on}á^¹on{^ 1100001110100001010111101100001010111001011011110110111001111101110000111010000101011110110000101011100101101111011011100111101101011110 c3a15ec2b96f6e7dc3a15ec2b96f6e7b5e
UHC ?^¹on}?^¹on{^ 001111110101111010101001111101100110111101101110011111010011111101011110101010011111011001101111011011100111101101011110 3f5ea9f66f6e7d3f5ea9f66f6e7b5e

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