I am trying to save space in my database, and I am string long numbers (Facebook IDs), and i found I can make them shorter by converting them to HEX, but I need some PHP code for converting the IDs to HEX for storing, and back to decimals for processing.