FileToHexArray
A very simple program written in C# .NET.
It is a tool for programmers allowing to make a sequence of hexa-escaped bytes from a file. Useful when you need to put file contents in a string literal. I needed such tool when developing my diploma thesis so I made one.
It even won an award from softpedia few years ago
Includes the source code.