+ 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 Antworten
+ 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