Converting between binary, octal, decimal, and hexadecimal

In some cases, the integer values can be represented by other than decimal representations. The conversion between these representations is easily done with the use of the strconv package.