this program translates binary code into readable English Language.
how this works -
- break the binary code into segments, usually grouped in 8 bits (1 byte) necessary for representing the ASCII value
- convert the 8 bits into their decimal format
- map each decimal value for the corresponding ASCII value