Brian R. Bondy About | Contact

HomeMain projectsArticlesResumeOther ResourcesHelp 

   
 
Encode binary strings & decode binary strings
(Encode & Decode 'a'la ascii) 
 
 

What is binary ASCII encoding and binary ASCII decoding?

Binary ASCII encoding allows you to enter any string of characters and see the actual bit representation in binary.
Binary ASCII decoding allows you to enter any string of binary digits and see what ascii characters those bits decode into.


Enter a string of text to obtain the binary representation:




Enter a string of binary digits to decode into ASCII text:




 

slice logo