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 ¿ó¿Ã}¿ó¿Ã{^ 1011111111110011101111111100001101111101101111111111001110111111110000110111101101011110 bff3bfc37dbff3bfc37b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ¿ó¿Ã}¿ó¿Ã{^ 100011111010001011000100100011111010101111010001100011111010001011000100100011111010101010101010011111011000111110100010110001001000111110101011110100011000111110100010110001001000111110101010101010100111101101011110 8fa2c48fabd18fa2c48faaaa7d8fa2c48fabd18fa2c48faaaa7b5e
UTF-8 ¿ó¿Ã}¿ó¿Ã{^ 11000010101111111100001110110011110000101011111111000011100000110111110111000010101111111100001110110011110000101011111111000011100000110111101101011110 c2bfc3b3c2bfc3837dc2bfc3b3c2bfc3837b5e
UHC ¿?¿?}¿?¿?{^ 101000101010111100111111101000101010111100111111011111011010001010101111001111111010001010101111001111110111101101011110 a2af3fa2af3f7da2af3fa2af3f7b5e

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