0
kicks
Convert Integers to Binary, Octal or Hexadecimal
For readability it is usual to present integer values using the decimal numbering system. However, sometimes the binary, hexadecimal or octal number bases are more appropriate. This tip shows how to convert a value to one of these alternatives.