A .bin file is a binary file. Unlike a text file ( .txt ) that stores ASCII characters, a .bin file stores data in raw bytes (0s and 1s). In the context of PCB assembly, a BIN file usually contains one of three things:
hexdump -C firmware.bin | head
After writing, read back and compare: