Basic javascript number base converter

to base

Limitation: this converter uses web-browser internal conversion functions which will show a hex number of 'A' as '10'. The input number format must be recongnized by javascript. That is: Just digits are interpreted as decimal 0x.... is interpreted has hex. Some web browsers may interpret numbers with a leading zero as octal others don't do that.

Written by Guido Socher, Copyright: GPL