print(" ".join([bin(c)[2:].zfill(8) for c in "lol".encode("ascii")]))
Standard input is empty
01101100 01101111 01101100
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!