Skip to main content

Data Representation

 Digital Number System

In digital representation, various number systems are used. The most common ones are :
  1. Binary : base 2 (0, 1)
  2. Octal : base 8 (0, 1, 2, 3, 4, 5, 6, 7)
  3. Decimal : base 10 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
  4. Hexadecimal : base 16 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F)

Number Conversions :

From Decimal to any system (base)

(Decimal)10 = (Any)base





Comments