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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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)