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 X‘an}X‘an{^ 10010000010110001001000101100001011011100111110110010000010110001001000101100001011011100111101101011110 905891616e7d905891616e7b5e
SJIS-WIN ?X?an}?X?an{^ 00111111010110000011111101100001011011100111110100111111010110000011111101100001011011100111101101011110 3f583f616e7d3f583f616e7b5e
EUC-JP ?X?an}?X?an{^ 00111111010110000011111101100001011011100111110100111111010110000011111101100001011011100111101101011110 3f583f616e7d3f583f616e7b5e
UTF-8 X‘an}X‘an{^ 1100001010010000010110001100001010010001011000010110111001111101110000101001000001011000110000101001000101100001011011100111101101011110 c29058c291616e7dc29058c291616e7b5e
UHC ?X?an}?X?an{^ 00111111010110000011111101100001011011100111110100111111010110000011111101100001011011100111101101011110 3f583f616e7d3f583f616e7b5e

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