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
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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)