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 êÚ¬ÞêÚ¬Ü^ 111010101101101010101100110111101110101011011010101011001101110001011110 eadaacdeeadaacdc5e
SJIS-WIN ??¬???¬?^ 0011111100111111100000011100101000111111001111110011111110000001110010100011111101011110 3f3f81ca3f3f3f81ca3f5e
EUC-JP êÚ¬ÞêÚ¬Ü^ 1000111110101011101101001000111110101010111000101010001011001100100011111010100110110000100011111010101110110100100011111010101011100010101000101100110010001111101010101110010001011110 8fabb48faae2a2cc8fa9b08fabb48faae2a2cc8faae45e
UTF-8 êÚ¬ÞêÚ¬Ü^ 1100001110101010110000111001101011000010101011001100001110011110110000111010101011000011100110101100001010101100110000111001110001011110 c3aac39ac2acc39ec3aac39ac2acc39c5e
UHC ???Þ????^ 00111111001111110011111110101000101011010011111100111111001111110011111101011110 3f3f3fa8ad3f3f3f3f5e

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