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 àµàèàµàè^ 111000001011010111100000111010001110000010110101111000001110100001011110 e0b5e0e8e0b5e0e85e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP à?àèà?àè^ 100011111010101110100010001111111000111110101011101000101000111110101011101100101000111110101011101000100011111110001111101010111010001010001111101010111011001001011110 8faba23f8faba28fabb28faba23f8faba28fabb25e
UTF-8 àµàèàµàè^ 1100001110100000110000101011010111000011101000001100001110101000110000111010000011000010101101011100001110100000110000111010100001011110 c3a0c2b5c3a0c3a8c3a0c2b5c3a0c3a85e
UHC ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e

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