Intel HEX ↔ Binary
Parse an Intel HEX file (.hex) and download the raw binary, or view the records.
How to Use
- Drop a .hex file or paste records.
- Records parsed and binary built.
- Download .bin.
Input
⬢
Drop .hex file
Output
Waiting
Record types
00
Data
01
End of file
02
Extended segment × 16
04
Extended linear × 65536
Checksum
Two's complement of byte sum
Gaps
Zero-filled
Frequently Asked Questions
Records?
Types 00 (data), 01 (EOF), 02 (extended segment), 04 (extended linear) supported.
Gaps?
Gaps between records are zero-filled.
Common Use Cases
Firmware
Convert HEX to BIN for flashing.
Last updated: