BL
The BL (binary low) format specification is used for fast and efficient numeric storage. It is different from B and BH in just one way: when BL is specified, the lowest byte is stored first (BH stores the highest byte first, and B defaults to either BL or BH according to the native binary format of the hardware that Business Rules being run on).
See also the B format specification discussion.