Some handy tools to convert things!
Hexadecimal to Decimal
This example converts a number in hexadecimal notation (e.g. FF)
to decimal (e.g. 255).
Decimal to Hexadecimal
This example converts a number in decimal notation (e.g. 255)
to hexadecimal (e.g. FF).