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 ðËU}ðËU{^ 111100001100101101010101011111011111000011001011010101010111101101011110 f0cb557df0cb557b5e
SJIS-WIN ??U}??U{^ 001111110011111101010101011111010011111100111111010101010111101101011110 3f3f557d3f3f557b5e
EUC-JP ðËU}ðËU{^ 1000111110101001110000111000111110101010101100110101010101111101100011111010100111000011100011111010101010110011010101010111101101011110 8fa9c38faab3557d8fa9c38faab3557b5e
UTF-8 ðËU}ðËU{^ 11000011101100001100001110001011010101010111110111000011101100001100001110001011010101010111101101011110 c3b0c38b557dc3b0c38b557b5e
UHC ð?U}ð?U{^ 1010100110100011001111110101010101111101101010011010001100111111010101010111101101011110 a9a33f557da9a33f557b5e

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