+ 1
Split it into chars. The ord() function converts a char to its ASCII value (ex: ord('x') will be a number somewhere around 115 :P). Then, you can use the bin() on that integer to convert it to binary.
3rd Jul 2017, 4:34 AM
Everqueen
Everqueen - avatar