Hex, decimal, octal, ASCII ... these are all just different ways of representing the same data. That is only relevant for us humans. The computer doesn't care, the data is always stored and transmitted in binary. Text strings are also only binary data for the computer. Only when they are to be displayed somewhere does it make a difference how they are interpreted.