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 ß¹ÄðÁùe^ 100011111101111110111001110001001111000011000001111110010110010101011110 8fdfb9c4f0c1f9655e
SJIS-WIN ???????e^ 001111110011111100111111001111110011111100111111001111110110010101011110 3f3f3f3f3f3f3f655e
EUC-JP ?ß?ÄðÁùe^ 00111111100011111010100111001110001111111000111110101010101000111000111110101001110000111000111110101010101000011000111110101011111000110110010101011110 3f8fa9ce3f8faaa38fa9c38faaa18fabe3655e
UTF-8 ß¹ÄðÁùe^ 11000010100011111100001110011111110000101011100111000011100001001100001110110000110000111000000111000011101110010110010101011110 c28fc39fc2b9c384c3b0c381c3b9655e
UHC ?ß¹?ð??e^ 001111111010100110101100101010011111011000111111101010011010001100111111001111110110010101011110 3fa9aca9f63fa9a33f3f655e

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