Online Hex,decimal,octal,binary converter
Online Web Code Test |
Online Image Picker |
Online Color Picker
Hex,decimal,octal,binary converter
ASCII,Hex,Binary,Decimal converter ►
The decimal range system, also called base-10, is the most familiar to human beings. It uses 10 digits from zero to nine to represent numbers. Each digit's function represents a energy of 10, with the rightmost digit being 10^0 (1), the following digit to the left being 10^1 (10), and so on.
The binary variety gadget, additionally referred to as base-2, is fundamental in laptop technology and digital electronics. It uses simplest digits, 0 and 1, to symbolize numbers. Each digit's role represents a strength of two, with the rightmost digit being 2^zero (1), the next digit to the left being 2^1 (2), and so on.
The octal number device, also known as base-8, uses 8 digits from 0 to 7 to symbolize numbers. Each digit's function represents a energy of 8, with the rightmost digit being 8^zero (1), the next digit to the left being eight^1 (eight), and so forth.
The hexadecimal range system, also known as base-16, uses 16 digits from zero to nine and letters A to F to represent numbers. Each digit's function represents a electricity of sixteen, with the rightmost digit being sixteen^zero (1), the next digit to the left being sixteen^1 (16), and so forth. Hexadecimal is generally used in laptop technological know-how, specifically in representing memory addresses and binary-coded values.
The capacity to convert among decimal, binary, octal, and hexadecimal numbers is a fundamental ability in lots of fields, particularly in computer technology and engineering. By information the ideas in the back of each number gadget and the conversion strategies, people can work with numbers extra efficiently and efficaciously, allowing them to tackle a wide variety of responsibilities of their respective fields.
Hex / decimal / octal / binary conversion table
Hex | Decimal | Octal | Binary |
---|---|---|---|
0 | 0 | 0 | 0 |
1 | 1 | 1 | 1 |
2 | 2 | 2 | 10 |
3 | 3 | 3 | 11 |
4 | 4 | 4 | 100 |
5 | 5 | 5 | 101 |
6 | 6 | 6 | 110 |
7 | 7 | 7 | 111 |
8 | 8 | 10 | 1000 |
9 | 9 | 11 | 1001 |
A | 10 | 12 | 1010 |
B | 11 | 13 | 1011 |
C | 12 | 14 | 1100 |
D | 13 | 15 | 1101 |
E | 14 | 16 | 1110 |
F | 15 | 17 | 1111 |
10 | 16 | 20 | 10000 |
20 | 32 | 40 | 100000 |
40 | 64 | 100 | 1000000 |
80 | 128 | 200 | 10000000 |
100 | 256 | 400 | 100000000 |
200 | 512 | 1000 | 1000000000 |
400 | 1024 | 2000 | 10000000000 |
Online Number Calculators
Online Web Code Test |
Online Image Picker |
Online Color Picker