I have a string which I need to encode into binary. It is very important that I get a value string like ‘11010011100…’, because later I need to insert it into the lowest bit of pixels of a gray scale image. (Basically I am hiding a message inside an image.) I am on windows 10, using python 3.6.8. Following this