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 ßÁßÁ[ßÁßÁ[^ 1101111111000001110111111100000101011011110111111100000111011111110000010101101101011110 dfc1dfc15bdfc1dfc15b5e
SJIS-WIN ????[????[^ 0011111100111111001111110011111101011011001111110011111100111111001111110101101101011110 3f3f3f3f5b3f3f3f3f5b5e
EUC-JP ßÁßÁ[ßÁßÁ[^ 100011111010100111001110100011111010101010100001100011111010100111001110100011111010101010100001010110111000111110101001110011101000111110101010101000011000111110101001110011101000111110101010101000010101101101011110 8fa9ce8faaa18fa9ce8faaa15b8fa9ce8faaa18fa9ce8faaa15b5e
UTF-8 ßÁßÁ[ßÁßÁ[^ 11000011100111111100001110000001110000111001111111000011100000010101101111000011100111111100001110000001110000111001111111000011100000010101101101011110 c39fc381c39fc3815bc39fc381c39fc3815b5e
UHC ß?ß?[ß?ß?[^ 101010011010110000111111101010011010110000111111010110111010100110101100001111111010100110101100001111110101101101011110 a9ac3fa9ac3f5ba9ac3fa9ac3f5b5e

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