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^ 10001110110111111000111011001001100011101100110010001110110111000110010101011110 8edf8ec98ecc8edc655e
SJIS-WIN ????????e^ 00111111001111110011111100111111001111110011111100111111001111110110010101011110 3f3f3f3f3f3f3f3f655e
EUC-JP ?ß?É?Ì?Üe^ 001111111000111110101001110011100011111110001111101010101011000100111111100011111010101011000000001111111000111110101010111001000110010101011110 3f8fa9ce3f8faab13f8faac03f8faae4655e
UTF-8 ŽßŽÉŽÌŽÜe^ 110000101000111011000011100111111100001010001110110000111000100111000010100011101100001110001100110000101000111011000011100111000110010101011110 c28ec39fc28ec389c28ec38cc28ec39c655e
UHC ?ß??????e^ 0011111110101001101011000011111100111111001111110011111100111111001111110110010101011110 3fa9ac3f3f3f3f3f3f655e

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