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 àáè¹àáè¹^ 111000001110000111101000101110011110000011100001111010001011100101011110 e0e1e8b9e0e1e8b95e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP àáè?àáè?^ 100011111010101110100010100011111010101110100001100011111010101110110010001111111000111110101011101000101000111110101011101000011000111110101011101100100011111101011110 8faba28faba18fabb23f8faba28faba18fabb23f5e
UTF-8 àáè¹àáè¹^ 1100001110100000110000111010000111000011101010001100001010111001110000111010000011000011101000011100001110101000110000101011100101011110 c3a0c3a1c3a8c2b9c3a0c3a1c3a8c2b95e
UHC ???¹???¹^ 0011111100111111001111111010100111110110001111110011111100111111101010011111011001011110 3f3f3fa9f63f3f3fa9f65e

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