Jump to content

Recommended Posts

Posted

I need some help with converting from roman numerals to ASCII code.

 

I would just like a better understanding of how to do it

 

My teacher gave us the following table and we have to get the rest of the code ( 0-6, 10-12)

 

and i honestly have no clue where to go when it comes to the ASCII code I cant really find any good resources online to figure it out.

 

post-100409-0-40760300-1379191785.jpg

Posted

Here are a couple of links to ASCII. Think of ASCII (any character code) as a cipher that converts character icons into binary numbers that the computer can store and use. There is nothing inside a computer except numbers, regardless of how the magic of software makes it look like computers contain videos, pictures, text, etc; everything is converted into numbers that a computer can process.

 

http://en.wikipedia.org/wiki/Ascii

http://en.wikipedia.org/wiki/Extended_ASCII

http://www.asciitable.com/

Posted

Here are a couple of links to ASCII. Think of ASCII (any character code) as a cipher that converts character icons into binary numbers that the computer can store and use. There is nothing inside a computer except numbers, regardless of how the magic of software makes it look like computers contain videos, pictures, text, etc; everything is converted into numbers that a computer can process.

 

http://en.wikipedia.org/wiki/Ascii

http://en.wikipedia.org/wiki/Extended_ASCII

http://www.asciitable.com/

Thank you for that, I figured out how to convert the numbers, but for 9 in the table for example, under Code(H) I am getting 01011111 rather than what is shown (00100000) any idea on what I am doing wrong? I do use the 128,64,32,16,8,4,2,1 setup for this correct?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.