in reply to How to convert a binary character to readable ASCII Integers

Not that the original question's all that clear, but it sounds like you're looking for either chr, or possibly an invocation of unpack "c*" to turn characters into the corresponding integer values. If that's not it you need to show some actual code and give a better explanation than "doesn't work" (see also How (Not) To Ask A Question).

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re: How to convert a binary character to readable ASCII Integers