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 ðËk}ðËk{^ 111100001100101101101011011111011111000011001011011010110111101101011110 f0cb6b7df0cb6b7b5e
SJIS-WIN ??k}??k{^ 001111110011111101101011011111010011111100111111011010110111101101011110 3f3f6b7d3f3f6b7b5e
EUC-JP ðËk}ðËk{^ 1000111110101001110000111000111110101010101100110110101101111101100011111010100111000011100011111010101010110011011010110111101101011110 8fa9c38faab36b7d8fa9c38faab36b7b5e
UTF-8 ðËk}ðËk{^ 11000011101100001100001110001011011010110111110111000011101100001100001110001011011010110111101101011110 c3b0c38b6b7dc3b0c38b6b7b5e
UHC ð?k}ð?k{^ 1010100110100011001111110110101101111101101010011010001100111111011010110111101101011110 a9a33f6b7da9a33f6b7b5e

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