Simple tool to manually translate 8 bit binary to ASCII.
Start:
- Download Python 3.9+
- Download the script.
- Get to the file location on your machine using a terminal.
- Run: python main.py your_binary_sequence
Help:
- Each binary character must be 8 bits maximum.
- This script converts binary to ASCII.