Skip to content

Instantly share code, notes, and snippets.

@fkztw
Created May 6, 2014 15:11
Show Gist options
  • Save fkztw/e9fe2af160e92930f565 to your computer and use it in GitHub Desktop.
Save fkztw/e9fe2af160e92930f565 to your computer and use it in GitHub Desktop.
''.join([bin(ord(x))[2:].zfill(8) for x in 'Hello, World'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment