It is recommended to use the “.hwbmp” extension for HWBMP bitmaps (where applicable). HWBMP is identified by the MIME type application/hwbmp
It is identified by the null-terminated ASCII string ‘HWBMP\0’. These six bytes shall appear at the start of every bitmap. After the identifier string, two bytes shall follow and mark the bitmap width, and right after two bytes shall indicate the bitmap width. Following the width and height, (width times height) two-byte pixels follow, where each string of (width) pixels represents a row, starting from the top left of the image.
RRRRR GGGGG BBBBB A