bindec() -- Convert binary to decimal
decbin() -- Convert decimal to binary
dechex() -- Convert decimal to hexadecimal
decoct() -- Convert decimal to octal
hexdec() -- Convert hexadecimal to decimal
octdec() -- Convert octal to decimal
base_convert()-- Convert numbers between any bases