Octal
numeral system with eight as its base From Wikipedia, the free encyclopedia
Remove ads
Octal system (also known as base 8 or octonary), is a numeral system that uses the numerals 0 through 7. The system is similar to binary (base 2) and hexadecimal (base 16). Octal numerals are written using the number 0 before the numeral, for example, 004 or 01242. Octal numbers are also sometimes written with a small 8 to the lower right, as in 12428.
At one time, the octal system was used mainly for work with computers. It provided an easier way to work with binary numbers. As computers changed from using 24-bit systems to 32- and 64-bit systems, hexadecimal replaced octal for most uses. Certain groups, for example, Native Americans using the Yuki language in California and the Pamean languages[1] in Mexico, also use an octal numbering system. They do this because when they count, they use the spaces between their fingers instead of counting the actual fingers.
Remove ads
Octal system
the octal system has no letters of the alphabet
Octal and decimal
In the decimal system (base 10), each digit in octal is equal to that digit multiplied by the exponent of 8 that is equal to its location minus one.
Example: o3425 to decimal
Remove ads
Octal and hexadecimal
Octal is similar to hexadecimal because they are both easily converted to binary. Where octal is equal to three-digit binary, hexadecimal is equal to four-digit binary. Where octal numerals start with the letter "o", hexadecimal numerals end with the letter "h". The easiest way to convert from one to the other is to convert to binary and then to the other system.
Related pages
References
Other websites
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads