Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

  1. Home >
  2. All Categories >
  3. Computers & Internet >
  4. Programming & Design >
  5. Resolved Question
bleedingportrit bleeding...
Member since:
June 09, 2008
Total points:
1,231 (Level 3)

Resolved Question

Show me another »

How to convert binary to ASCII characters?

i have been missing tons of school, i go to high school im a senior year 11 i take Software Design and we have been given homework to convert binary codes to ASCII characters which i have never heard of because iv been missing so much school could someone please explain what ASCII characters are and how to convert binary to ASCII?
tuxedo cat by tuxedo cat
Member since:
February 09, 2007
Total points:
11,388 (Level 6)

Best Answer - Chosen by Voters

well this site will convert them for you

http://www.theskull.com/javascript/ascii…

this site has a table

http://www.pcguide.com/res/tablesASCII-c…
100% 1 Vote
  • 1 person rated this as good

There are currently no comments for this question.

Other Answers (2)

  • Alan P by Alan P
    Member since:
    November 01, 2008
    Total points:
    113 (Level 1)
    This is a relatively easy problem. There is no need to worry about character codes (if I understand the question correctly). I take it you may get the string "1000001" and need to convert it into the character 'A'. Basically this requires parsing the ones and zeroes, than creating the actual numeric value (i.e. as an int in C++). This can be done with some bit-twiddling (using powers of two to create the number). From this just cast it to a character (type char in C++). hat should do it.

    Source(s):

    http://acc6.its.brooklyn.cuny.edu/~gurwitz/core5/nav2tool.html
    0% 0 Votes
  • Zach B by Zach B
    Member since:
    September 27, 2008
    Total points:
    626 (Level 2)
    ASCII characters are normal letters, there are lots of online converters, if you need to write code to convert it, just look at the source of the page (Ctrl+u). This site has an implementation in javascript, very easy to follow if you look at the page source.

    Source(s):

    0% 0 Votes

Answers International

Yahoo! does not evaluate or guarantee the accuracy of any Yahoo! Answers content. Click here for the Full Disclaimer.

Help us improve Yahoo! Answers. Send Feedback