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 provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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)