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 ŽëEn}ŽëEn{^ 10001110111010111000111101000101011011100111110110001110111010111000111101000101011011100111101101011110 8eeb8f456e7d8eeb8f456e7b5e
SJIS-WIN ???En}???En{^ 00111111001111110011111101000101011011100111110100111111001111110011111101000101011011100111101101011110 3f3f3f456e7d3f3f3f456e7b5e
EUC-JP ?ë?En}?ë?En{^ 0011111110001111101010111011001100111111010001010110111001111101001111111000111110101011101100110011111101000101011011100111101101011110 3f8fabb33f456e7d3f8fabb33f456e7b5e
UTF-8 ŽëEn}ŽëEn{^ 11000010100011101100001110101011110000101000111101000101011011100111110111000010100011101100001110101011110000101000111101000101011011100111101101011110 c28ec3abc28f456e7dc28ec3abc28f456e7b5e
UHC ???En}???En{^ 00111111001111110011111101000101011011100111110100111111001111110011111101000101011011100111101101011110 3f3f3f456e7d3f3f3f456e7b5e

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