Reading MOSI data from Bosch ASIC

is there a way to - instead of displaying a decimal 99, to display the binary value in the serial monitor instead?

The Serial::print() method accepts an optional second argument - HEX, OCT, BIN, DEC, etc. The names should give you a clue as to the purpose of the second argument.