Command-line interface for Win-32. With Pascal source.
Simple usage. No command-line arguments other than input and output files. Program automatically detects if a given file should be encoded into human-readable hex (base-16) or decoded back into base-256 computer file standard.
Features
- Converts binary file into hex and vise versa
- Automatically decides if a file should be encoded or decoded
- Writes no other data in hex file except for "new line"
Follow bin2hex
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
It incorrectly detects a BIN file as a HEX one if it contains ASCII chars only
-
Doesn't work with byte pattern ending in 0A (interprets as newline / linefeed)