How to convert ascii code (binary) in text ? Give me one example of code. My input are in string. Like, 000110_101101_110.. etc. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to convert ascii code (binary) in text ? Give me one example of code. My input are in string. Like, 000110_101101_110.. etc.

14th Nov 2020, 12:28 PM
SARVESH ASHOK DEVRUKHAKAR
SARVESH ASHOK DEVRUKHAKAR - avatar
3 Answers
+ 3
Have a look at this code, it converts a binary value to decimal. https://code.sololearn.com/cW35TmLWAz0Y/?ref=app
15th Nov 2020, 12:55 AM
你知道規則,我也是
你知道規則,我也是 - avatar
+ 2
Convert the binary to decimal, and then you can convert it to char.
14th Nov 2020, 1:04 PM
你知道規則,我也是
你知道規則,我也是 - avatar
+ 1
Ha yes. Give me one example. Please
14th Nov 2020, 6:03 PM
SARVESH ASHOK DEVRUKHAKAR
SARVESH ASHOK DEVRUKHAKAR - avatar