Tip 9

Integer numbers can be represented in 3 ways.

  • decimal ( 10 base)
  • octal ( 8 base)
  • hexadecimal (16 base)

The following articles provide further information.

A Practical Guide to Binary, Decimal and Hexadecimal Numbers
A brief explanation on the Binary, Decimal and Hexadecimal numbering systems.

Number System

A good explanation on number systems with examples.

Octal Number System
A good article on octal number systems.

A Brief Explanation of Hexadecimal Numbers
A nice tutorial on hexadecimal numbers.

Hexadecimal Number System

A comprehensive explanation on hexadecimal numbers.