$base(text,10,2) converts normal text/numbers to binary.
$base(binary,2,10) converts binary to normal numbers/text.
$base(text,10,16) converts normal text/numbers to hexidecimal.
$base(hexidecimal,16,10) converts hexidecimal to normal numbers/text.
$base(hexidecimal,16,2) converts hexidecimal to binary
$base(binary,2,16) converts binary to hexidecimal.