logo for matrixlab-examples.com
leftimage for matrixlab-examples.com

Online Base Conversion - binary,  octal, decimal and hexadecimal


You can get online base conversion with this calculator. Enter any number in binary, octal, decimal or hexadecimal. Just fill in the appropriate blank rectangles.


 Example 1

 Example 2

 Enter 10 in the decimal field and  you'll get:

        = 1010    binary
     = 12      octal
     = A       hexadecimal
 Enter 1010 in the binary field and  you'll get

      =  12    octal
      =  10    decimal
      =  A     hexadecimal   


You have to press the edit button to make the spreadsheet work. You can reload this page (using your navigator buttons) to start from scratch.

Bookmark and Share    




 From 'Base Conversion' to Matlab home

 From 'Base Conversion' to 'Free Online Calculators'

Top

Binary to Decimal in Matlab code

Decimal  to binary explained
  
Binary to hexadecimal algorithm


Hex to binary algorithm


Octal to binary




footer for base conversion page