Hexadecimal string format

The format for coding a hexadecimal string mask is:

X'yy...yy'

The value yy represents any pair of hexadecimal digits that constitute a byte (8 bits). Each bit must be 1 (test bit) or 0 (ignore bit). You can specify up to 256 pairs of hexadecimal digits.