Starflower Software EditAll EditAll manual

Hexadecimal numbers

You can change a byte's value by entering a hexadecimal number in the Hexadecimal View.

One byte is represented by two digits. The minimum value is 00, the maximum value is FF.

A hexadecimal digit can be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F. The characters A to F are used to write 10, 11, 12, 13, 14 and 15.

In the search window or the replace window you may place spaces between the hexadecimal numbers, but that is not required.

Calculation examples:

The decimal value of the hexadecimal number 65 is:
6 (1st digit) * 16 + 5 (2nd digit) = 101

The decimal equivalent of EA is:
14 (1st digit) * 16 + 10 (2nd digit) = 234