01 Text to Binary Converter
Convert text to binary (8-bit per character) and binary back to text.
ASCII Quick Reference
A = 01000001a = 01100001
Z = 01011010z = 01111010
0 = 001100009 = 00111001
Space = 00100000Newline = 00001010