Page URL indicates original publication date; meanwhile times change and the updates continue.
Quaternary Base 4, Octal Base 8; Includes Tables
Numbering System to Decimal Base 10 Lessons
HAL says hi. |
Introduction and Start of Base Number Systems Tutorials
These four base numbering system lessons use the exact same teaching methodology. As such, when you have learned one, you will have learned them all. There is also some repetitiveness, purpose being to reduce unnecessary scrolling. Comparisons of different base number systems can also prove useful.If one understands the everyday, base 10 decimal number system; then you already understand the base 2, base 4, base 8, and base 16 numbering systems. You just don’t know that you know yet.
As you know, we use the decimal, base 10 numbering system in our day-to-day lives. The decimal base 10 system has ten numbers (0-9) and orders of magnitude that are times ten. The lowest-order number represents itself times one. The next-order number represents itself times ten. The next order number represents itself times 10 x 10 or itself times 100. The next order number represents itself times 10 x 10 x 10 or itself times 1000. And so on.
An example of the decimal base 10 system would be the number 7824. This number means there are:
- Four 1’s,
- two 10’s,
- eight 100’s,
- and seven 1000's.
Tutorial continues below for the base numbering system lesson of your choice. This is a large file, your selection may take a few seconds to display the correct section.
Table of Contents
- Base 2 – Binary (removed)
- Base 4 – Quaternary
- Base 8 – Octal
- Base 16 – Hexadecimal (removed)
Lessons and examples follow
Binary Base 2 to Decimal Base 10 – How to Do and Convert Base 2 to/from Base 10 – Number System Conversions – Includes Examples
0's and 1's
Removed |
Quaternary Base 4 to Decimal Base 10 – How to Do and Convert Base 4 to/from Base 10 – Number System Conversions – Includes Examples
0 1 2 3
How to Do Quaternary, Base 4 Number System Conversions. Includes Examples. |
Base 4, also known as the quaternary number system, is predominantly used in DNA genotyping and some electronics applications, etc. [A year 2019 update. Scientists have added four more letters to the DNA alphabet, so base 8 may also be relevant.]
This lesson gives you everything you need to know for converting from quaternary aka base 4 to decimal and for converting from decimal aka base 10 to quaternary. If you understand the decimal number system (or the binary base 2 numbering system for that matter), then you already understand the quaternary (base 4) number system.
Per the introduction, base 10 has ten numbers (0-9) and orders of magnitude that are times ten. The orders of magnitude are l, 10, 100 (10x10) , 1000 (10x10x10), etc.
An example would be the number 7112. This number means that there are:
- two 1’s,
- one 10’s,
- one 100’s
- and seven 1000’s.
How to Do the Quaternary Base 4 Numbering System
Orders of Magnitude in Base 4
1 · 4 · 16 · 64 · 256 · 1024· 4096 · 16384Positional
16384 · 4096 · 1024 · 256 · 64 · 16 · 4 · 1A basic, first example of a quaternary number would be the base 4 number 11111. This would mean there is:
- one 1,
- one 4,
- one 16,
- one 64,
- and one 256.
Another base 4 example would be the quaternary number 321. This number means that there are:
- one 1’s,
- two 4’s,
- and three 16’s.
Another base 4 example would be the quaternary number 3023. This number means that there are:
- three 1’s,
- two 4’s,
- no 16’s,
- and three 64’s.
Orders of Magnitude in Base 4
1 · 4 · 16 · 64 · 256 · 1024· 4096 · 16384Positional
16384 · 4096 · 1024 · 256 · 64 · 16 · 4 · 1Table: Quaternary (Base 4) to Decimal (Base 10) Conversion Examples
Column headings in the following table are simply a convenience relist of the relevant positional orders of magnitude as applies to each column.
4 · 1
|
16 · 4 · 1
|
64 · 16 · 4 · 1
|
0=0
|
21=9
|
200=32
|
1=1
|
22=10
|
222=42
|
2=2
|
23=11
|
223=43
|
3=3
|
30=12
|
333=63
|
10=4
|
33=15
|
1000=64
|
11=5
|
100=16
|
1100=80
|
12=6
|
102=18
|
2000=128
|
13=7
|
120=24
|
2030=140
|
20=8
|
122=26
|
3122=218
|
Octal Base 8 to Decimal Base 10 – How to Do and Convert Base 8 to/from Base 10 – Number System Conversions – Includes Examples
0 1 2 3 4 5 6 7
How to Do Octal, Base 8 Number System Conversions. Includes Examples. |
Base 8, also known as the octal number system, is mostly used in electronics and some DNA applications, etc.
Here is everything you need to know on how to convert from octal aka base 8 to decimal. And for converting from decimal aka base 10 to octal.
As previously stated: if you understand the decimal (base 10) number system you use every day, then you already understand the octal (base 8) numbering system.
Per the introduction, base 10 has ten numbers (0-9) and orders of magnitude that are times ten. The orders of magnitude are l, 10, 100 (10x10) , 1000 (10x10x10), etc.
An example would be the number 2375. This number means that there are:
- five 1’s,
- seven 10’s,
- three 100’s
- and two 1000’s.
How to Do the Octal Base 8 Numbering System
Electonics and Base 8 Octal |
Base 8 uses the same base 10 structure, the only difference being the orders of magnitude.
Base 8 has eight numbers (0-7) and orders of magnitude that are times
eight. The lowest-order number represents itself times one. The
next-order number represents itself times eight. The next order number represents itself times 8x8 or itself times 64. The next order number represents itself times 8x8x8 or itself times 512. And so on.
A basic, first example of an octal number would be the base 8 number 11111. This would mean there is:
Another base 8 example would be the octal number 321. This number means that there are:
Another base 8 example would be the octal number 4075. This number means that there are:
Hexadecimal (base 16) is the primary base numbering system used by computer programmers. Hex code is used in everything from core dumps to color codes and everything in-between.
- End of Article -
Orders of Magnitude in Base 8
1 · 8 · 64 · 512 · 4096 · 32768 · 262144Positional
262144 · 32768 · 4096 · 512 · 64 · 8 · 1A basic, first example of an octal number would be the base 8 number 11111. This would mean there is:
- one 1,
- one 8,
- one 64,
- one 512,
- and one 4096.
Another base 8 example would be the octal number 321. This number means that there are:
- one 1’s,
- two 8’s,
- and three 64’s.
Another base 8 example would be the octal number 4075. This number means that there are:
- five 1’s,
- seven 8’s,
- no 64’s,
- and four 512’s.
Orders of Magnitude in Base 8
1 · 8 · 64 · 512 · 4096 · 32768 · 262144Positional
262144 · 32768 · 4096 · 512 · 64 · 8 · 1Table: Octal (Base 8) to Decimal (Base 10) Conversion Examples
Column headings in the following table are simply a convenience relist of the relevant positional orders of magnitude as applies to each column.
8 · 1
|
8 · 1
|
512 · 64 · 8 · 1
|
0=0
|
15=13
|
100=64
|
1=1
|
16=14
|
165=117
|
2=2
|
17=15
|
200=128
|
7=7
|
20=16
|
534=348
|
10=8
|
25=21
|
1000=512
|
11=9
|
34=28
|
1100=576
|
12=10
|
50=40
|
2000=1024
|
13=11
|
55=45
|
2006=1030
|
14=12
|
77=63
|
2011=1033
|
Hexadecimal Base 16 to Decimal Base 10 – How to Do and Convert Base 16 to/from Base 10 – Number System Conversions – Includes Examples
Hex: 0-9, A a, B b, C c, D d, E e, F f
How to Do the Hexadecimal Base 16 Numbering System
Removed- End of Article -
Re: Using Mobile?
Home: site intro and featured articles/resources.
View Web Version: displays Main Menu article categories (will be located below), additional site info (below and side), search function, translation function.
Home: site intro and featured articles/resources.
View Web Version: displays Main Menu article categories (will be located below), additional site info (below and side), search function, translation function.
Nice read, I just passed this onto a friend who was doing a little research on that.
ReplyDeleteAnd he actually bought me lunch since I found it for him
smile So let me rephrase that: Thanks for lunch!