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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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)