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 ÉÒ¢ÉÒ¢^ 100011111100100111010010101000101000111111001001110100101010001001011110 8fc9d2a28fc9d2a25e
SJIS-WIN ???¢???¢^ 0011111100111111001111111000000110010001001111110011111100111111100000011001000101011110 3f3f3f81913f3f3f81915e
EUC-JP ?ÉÒ¢?ÉÒ¢^ 00111111100011111010101010110001100011111010101011010010101000011111000100111111100011111010101010110001100011111010101011010010101000011111000101011110 3f8faab18faad2a1f13f8faab18faad2a1f15e
UTF-8 ÉÒ¢ÉÒ¢^ 1100001010001111110000111000100111000011100100101100001010100010110000101000111111000011100010011100001110010010110000101010001001011110 c28fc389c392c2a2c28fc389c392c2a25e
UHC ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e

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