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 ŽÛŽßŽÛŽß^ 100011101101101110001110110111111000111011011011100011101101111101011110 8edb8edf8edb8edf5e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP ?Û?ß?Û?ß^ 0011111110001111101010101110010100111111100011111010100111001110001111111000111110101010111001010011111110001111101010011100111001011110 3f8faae53f8fa9ce3f8faae53f8fa9ce5e
UTF-8 ŽÛŽßŽÛŽß^ 1100001010001110110000111001101111000010100011101100001110011111110000101000111011000011100110111100001010001110110000111001111101011110 c28ec39bc28ec39fc28ec39bc28ec39f5e
UHC ???ß???ß^ 0011111100111111001111111010100110101100001111110011111100111111101010011010110001011110 3f3f3fa9ac3f3f3fa9ac5e

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