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 ŽÌßÌ}ŽÌßÌ{^ 1000111011001100110111111100110001111101100011101100110011011111110011000111101101011110 8eccdfcc7d8eccdfcc7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ?ÌßÌ}?ÌßÌ{^ 0011111110001111101010101100000010001111101010011100111010001111101010101100000001111101001111111000111110101010110000001000111110101001110011101000111110101010110000000111101101011110 3f8faac08fa9ce8faac07d3f8faac08fa9ce8faac07b5e
UTF-8 ŽÌßÌ}ŽÌßÌ{^ 11000010100011101100001110001100110000111001111111000011100011000111110111000010100011101100001110001100110000111001111111000011100011000111101101011110 c28ec38cc39fc38c7dc28ec38cc39fc38c7b5e
UHC ??ß?}??ß?{^ 00111111001111111010100110101100001111110111110100111111001111111010100110101100001111110111101101011110 3f3fa9ac3f7d3f3fa9ac3f7b5e

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