Welcome To AjComputerEdu.
Mail Us
ajcomputeredu@gmail.com
Aj Computer Education
Improve Your Computer Skill's
Call Us:
+91-8859070072
** An ISO 9001 : 2015 Certified ** ** Affiliated to National Board Of Computer Education , Govt. of India **

Home About Us Courses Notes Gallery Contact Us

Number System

Number system is used to represent information in quantitative form.
Types of Number System:
  • Binary Number System
  • Decimal Number System
  • Octal Number System
  • Hexadecimal Number System
Binary Number System :- In binary number system we have two digits 0 & 1. computer represents all jinds of data and information in binary numbers. It includes audio, graphics, video, text and numbers. Base of binary number system is 2.
  • Ex:- (1011010)2.
Decimal number system :- Decimal number system has ten-digits represented by 0,1,2,3,4,5,6,7,8,9. and decimal number can be represented by these digits and since there are ten-digits, therefore the base or redix of this number system is 10.
  • Ex (236)10.
Octal number system :- An octal number system has eight-digits represents as 0,1,2,3,4,5,6,7. the base octal number system is 8.
  • Ex : (22)8
Hexadecimal Number System :- The hexadecimal system use base 16.
It use the digit 0 through 9 plus the letter A,B,C,D,E, nad F as the 16 digit symbols.
  • Ex:- (9f3)16
Conversion Form Binary?
Binary to Decimal
Binary to Octal
Binary to Hexadecimal
Conversion From Decimal?
Decimal to Binary
Decimal to Octal
Decimal to Hexadecimal
Cversion From Octal?
Octal To Binary
Octal To Decimal
Octal To Hexadecimal
Cversion From Hexadecimal?
Hexadecimal to Binary
Hexadecimal to Decimal

Hexadecimal to Octal