bin2header takes any file as an argument and converts its binary data into a source header file for use in C/C++ applications. The data is stored as a character array.
File2Code is a Windows command-line code generator written in C++.
File2Code is a Windows command-line code generator for converting the binary content of a file into an array based on configurations written in XML. File2Code provides an alternative form of embedding a file into an application or library.
Currently File2Code converts binary data by the byte into a decimal or hexadecimal string.