Base16 Encoding Utility is a small but useful console application for MS Windows that allows you to convert your data using hexadecimal encoding and provides additional tools to manage the formatting of the hex dump output. The utility has many options that allow you to customize the process of encoding and outputting data. Application input can be obtained from files, command line, keyboard or by redirecting output from another console application.
The Base16 algorithm provides encoding in such a way that each byte of data is split into two 4-bit values and represented by two hexadecimal digits.
Also, this utility can restore the original data from text containing a hex dump.
Base16 can be useful for developers, system administrators, and other professionals who work with binary files or data.
System requirements:
MS Windows with .NET Framework 4.0 installed.
Features
- Encode data.
- Decode hex dumps.
- Read files, text input or redirected output from console apps.
- Write result to file or console window.
- Convert data to array declarations for common languages.