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 ÷©ðïóµD^e^ 11110111101010011111000011101111111100111011010101000100010111100110010101011110 f7a9f0eff3b5445e655e
SJIS-WIN ÷?????D^e^ 1000000110000000001111110011111100111111001111110011111101000100010111100110010101011110 81803f3f3f3f3f445e655e
EUC-JP ÷©ðïó?D^e^ 10100001111000001000111110100010111011011000111110101001110000111000111110101011110000011000111110101011110100010011111101000100010111100110010101011110 a1e08fa2ed8fa9c38fabc18fabd13f445e655e
UTF-8 ÷©ðïóµD^e^ 11000011101101111100001010101001110000111011000011000011101011111100001110110011110000101011010101000100010111100110010101011110 c3b7c2a9c3b0c3afc3b3c2b5445e655e
UHC ÷?ð???D^e^ 101000011100000000111111101010011010001100111111001111110011111101000100010111100110010101011110 a1c03fa9a33f3f3f445e655e

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