Hex to ASCII conversion

it's conventional for some sensor to report values as binary, typically grouped as one or more 8-bit bytes.

binary values can be "displayed" in many ways: graphically, binary bits, octal, hexadecimal, decimal digits, ...

what format would you like to display the value to "easily read it"?

have you simply tried Serial.println (value)