Skip to content

Instantly share code, notes, and snippets.

@gausby
Created February 18, 2011 20:22
Show Gist options
  • Save gausby/834337 to your computer and use it in GitHub Desktop.
Save gausby/834337 to your computer and use it in GitHub Desktop.
A stupid binary to char converter.
(function(w,r,i){r="",w=w.split(" ");for(i in w){r+=String.fromCharCode(parseInt(w[i],2));};return r;}('1101000 1100101 1101100 1101100 1101111 101100 100000 1110111 1101111 1110010 1101100 1100100'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment