To use this online Bitmap decoder tool, type or paste the hex value of the bitmap in the field below, press Decode.
Example hex bitmap:
7A380000000000000000000000000000
To use this function, type or paste the binary value (bits like 10001000111000111000) of the bitmap in the field below and click Encode
Example bitmap bit string:
0111101000111000000000000000000000000000000000000000000000000000
Check the boxes corresponding to each field below and click the "Build Bitmap" button above to enable fields in the bitmap
The easiest way to learn ISO8583 bitmaps is by example
Check the boxes on the left side and press Calculate Bitmap. The watch the bitmap change in the BINARY representation
If you do not select any check boxes, you will get a bitmap with only zeroes. This is not an invalid value, but means that NO fields are activated (present) in the ISO8583 message.
The BINARY representation is the actual >map of bits in binary. Each ISO8583 field is represented as a 0 or 1 in this string or array of bits. This is represented only for our understanding.
This binary representation is NOT a valid bitmap to send or receive because we need the value of the bytes.
To obtain the bitmap binary value, we must group every 8 bits into a byte.
The binary form (the bytes) cannot be represented in ASCII, because they do not represent characters. So for us humans to read and write binary values, we must represent them in hexadecimal, on the left side
The Bitmap binary value cannot always be represented in ASCII. To see that, try to copy the HEX representation and paste it in the HEX to ASCII converter
The bitmap is loaded in ISO8583 messages in BINARY or ASCII representation of HEX. Not ASCII representation of binary
Bitmap ASCII - the calculated bitmap HEX value on the left is exactly loaded in the message, as ASCII text
Bitmap BINARY - you will see this hex representation if you have a hex dump of the ISO8583 Message
You can extract the bitmap from an ISO8583 message with the ISO8583 Message Parser