Want read data from EEPROM as HEX, not DEC

I have saved shortcuts to PROGMEM adress, const char DD[] PROGMEM = "ADVANCING"; const char DE[] PROGMEM = "AUTOMATIC"; const char DF[] PROGMEM = "BACKWARD"; const char EA[] PROGMEM = "BEFORE";"
And I want by reading from EEPROM sequence, which saved text in PROGMEM, will be send to display, I want make a sentences from five bytes - address. F7 - first word, B9 - second word, ....