Created
February 18, 2011 20:22
-
-
Save gausby/834337 to your computer and use it in GitHub Desktop.
A stupid binary to char converter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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