Numbering Systems Assignment

You need to pass in the work with the answers. I want a list of answers and I want the work to back it up.

Part 1:

Binary/Decimal Conversion:

111010112 = _____________________10

18710 = _____________________2

1110101112 = _____________________10

41210 = _____________________2

1111012 = _____________________10

8310 = _____________________2

Hexadecimal/Decimal Conversion:

ABE16 = _____________________10

49710 = _____________________16

2BDF16 = _____________________10

781210 = _____________________16

Binary/Hexadecimal Conversion

1110001111012 = _____________________16

98B16 = _____________________2

10110111110111102 = _____________________16

BD7516 = _____________________2

1100010101112 = _____________________16

B8E16 = _____________________2

10101111000101112 = _____________________16

C6F216 = _____________________2

Part 2:

I wrote a text file in notepad and then opened it so you could see the hexadecimal translation of what I wrote. Look at the hex and tell me what I wrote on the line numbered 00000020 and the line numbered 00000040.

Write the ASCII 8 bit code (that means the 8 binary 0s and 1s) for the following hex.
59 4B 74 47 6B

This is ASCII code. I want you to give me the hex and the character (letter, number etc)

01100111 01001011 01110110 01001111 01001101  
01100101 01001111 01110010 01001110 01001101  00110111   

This is ASCII code. This time I want you to give me the decimal and the character.

01010101  01111001 00110100 01001000  01110101

Write the ASCII 8 bit code for CIS. Then tell me your three initials and write the ASCII 8 bit code for them.