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 ñéµÞñéµÜ^ 111100011110100110110101110111101111000111101001101101011101110001011110 f1e9b5def1e9b5dc5e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP ñé?Þñé?Ü^ 100011111010101111010000100011111010101110110001001111111000111110101001101100001000111110101011110100001000111110101011101100010011111110001111101010101110010001011110 8fabd08fabb13f8fa9b08fabd08fabb13f8faae45e
UTF-8 ñéµÞñéµÜ^ 1100001110110001110000111010100111000010101101011100001110011110110000111011000111000011101010011100001010110101110000111001110001011110 c3b1c3a9c2b5c39ec3b1c3a9c2b5c39c5e
UHC ???Þ????^ 00111111001111110011111110101000101011010011111100111111001111110011111101011110 3f3f3fa8ad3f3f3f3f5e

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