charcodez Convert string from the following bases: octal, binary, decimal, hex, 36 and return the char code. Usage # input $> charcodez hex 0xdeadbeef # output $> 3735928559 Installation $ make # make install