Hexadecimal Conversion for large numbers

The following utility will enable you to convert hexadecimal to decimal and vice versa, it's a PHP based version of the standard conversion page, unfortunately it will re-load the page when calculating the answer but the benefit is that now it will convert up to 100 digit numbers. I'm putting this into beta on the 23rd June 2013, please shout via twitter (bottom of page) or Facebook comment if any issues.

Convert
is
Hexadecimal is base 16.
Base 16 is where the 'numbers' you can use are zero through to the letter F (0123456789ABCDEF). i.e. the decimal value for '1' is represented in hexadecimal as '1' but the hexadecimal value of '15' (decimal) is shown as 'F' (hexadecimal) and the value of '17' (decimal) is '11' in Hexadecimal.
DecimalHexDecimalHexDecimalHex
1111B301E
2212C4028
3313D5032
4414E603C
5515F7046
6616108050
771711905A
88181210064
9919135001F4
10A201410003E8