Re: How do i change numerics into binary numbers?




"Howk013" <Howk013@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote

Let me try and correct myself, the breakdown into 6bit ascii from inputs
(which is actually continuous) but conversion uses standard ascii table from
6bit. i.e. if the first 6 input string is 000 001, the 6bit ascii table shows
a "!" , but the standard ascii shows a "1" for this input which is what I
actually wanted as output.

Am i clarifying it any better?

Not really. 000001 does not equate to a 1 in standard ASCII. It is the
SOH (non-printable) character. See http://www.asciitable.com/

Perhaps you need to start fresh. Describe the input, and describe the
output, give full details. Then give an example of sample input values
and what they should produce at the output. Do a complete example,
supplying all inputs and output, and be certain everything is correct.

Perhaps then someone can fully understand what you are trying to
accomplish.

LFS


.


Loading