Go back
Read if you know ASCII

Read if you know ASCII

General

Vote Up
Vote Down

I really need some help with my homework. I have no idea how to convert ASCII, and I need the following binary ASCII codes de-coded:

01001000
01000101
01001100
01010000

if anyone could help me that would be much appreciated.

Vote Up
Vote Down

I really need some help with my homework

if anyone could help me that would be much appreciated.

Vote Up
Vote Down

Originally posted by pythagoras
I really need some help with my homework. I have no idea how to convert ASCII, and I need the following binary ASCII codes de-coded:

01001000
01000101
01001100
01010000

if anyone could help me that would be much appreciated.
Jesus Christ you'd have to be a retard for this to be anymore than mindless busy work.

DO YOUR OWN BUSY WORK!

Vote Up
Vote Down

Originally posted by pythagoras
I really need some help with my homework. I have no idea how to convert ASCII, and I need the following binary ASCII codes de-coded:

01001000
01000101
01001100
01010000

if anyone could help me that would be much appreciated.
HELP

thats what it says lol

Vote Up
Vote Down

Originally posted by pythagoras
I really need some help with my homework. I have no idea how to convert ASCII, and I need the following binary ASCII codes de-coded:

01001000
01000101
01001100
01010000

if anyone could help me that would be much appreciated.
sorry bud, i'm too hungover from a night on the town to help you with something i know nothing about.

just a little tip for you. 😉. if you cannot find the answer, then just draw a pretty picture.

Vote Up
Vote Down

Originally posted by Kaboooomba
sorry bud, i'm too hungover from a night on the town to help you with something i know nothing about.

just a little tip for you. 😉. if you cannot find the answer, then just draw a pretty picture.
Or...google ascii binary conversions,
then go to this site
http://nickciske.com/tools/binary.php
then paste in
01001000
01000101
01001100
01010000
on the right hand side click the icon thingy and viola 😀

Vote Up
Vote Down

and when the teacher asks how you solved the problem... you can say "i didn't sir i drew a pretty picture". 🙂

Vote Up
Vote Down

Originally posted by aspviper666
Or...google ascii binary conversions,
then go to this site
http://nickciske.com/tools/binary.php
then paste in
01001000
01000101
01001100
01010000
on the right hand side click the icon thingy and viola 😀
And when you get into a test and don't have internet access and get asked to do this using a lookup table what will you do?

Vote Up
Vote Down

Originally posted by XanthosNZ
And when you get into a test and don't have internet access and get asked to do this using a lookup table what will you do?
I wouldn't be taking classes.
My college days are long past me.
(whippersnapper)

Vote Up
Vote Down

Originally posted by XanthosNZ
And when you get into a test and don't have internet access and get asked to do this using a lookup table what will you do?
Perhaps he'll sit next to someone who can help.

1 edit
Vote Up
Vote Down

Originally posted by aspviper666
I wouldn't be taking classes.
My college days are long past me.
(whippersnapper)
what if a terrorist kidnapped you and forced you to take the test?
EDIT: spelliing mistake.

1 edit
Vote Up
Vote Down

Originally posted by Kaboooomba
what if a terorist kidnapped you and forced you to take the test?
I would tell him to add another "r" to terrorist.
edit:then I'd kick his butt,and make him solve the God damn thing. 😉

1 edit
Vote Up
Vote Down

Originally posted by leisurelysloth
Perhaps he'll sit next to someone who can [b]help.[/b]
She probably would get it wrong for it not being in capitals though.

Vote Up
Vote Down

Originally posted by pythagoras
I really need some help with my homework. I have no idea how to convert ASCII, and I need the following binary ASCII codes de-coded:

01001000
01000101
01001100
01010000

if anyone could help me that would be much appreciated.
Ok, thought I would HELP out.

First need to convert the binary (base 2) to decimal (base 10).

In this case ^ would mean "to the power of".

From right to left: 2^0, 2^1, 2^2 etc.

Which works out as 1, 2, 4, 8, 16 etc.

The first character will be 2^6 + 2^3 = 64 + 8 = 72

Considering the ASCII code for the capital letter A is 65, I am sure you could work out the rest.

Vote Up
Vote Down

Originally posted by lausey
Ok, thought I would HELP out.

First need to convert the binary (base 2) to decimal (base 10).

In this case ^ would mean "to the power of".

From right to left: 2^0, 2^1, 2^2 etc.

Which works out as 1, 2, 4, 8, 16 etc.

The first character will be 2^6 + 2^3 = 64 + 8 = 72

Considering the ASCII code for the capital letter A is 65, I am sure you could work out the rest.
Thanks for your help, but I still totally don't get it. Help! Someone help!