Octal Converter

 
Octal Value
Decimal  =  20
Hexa Decimal  =  14
Binary  =  10100
GENERATE WORK
GENERATE WORK

Octal Conversion - work with steps

Input Data :
Octal Number = 24

Objective :
Find what binary,hex & decimal from octal value?

Solution :
Octal to Deciaml Conversion:
`24_8 = (2 \times 8^1) + (4 \times 8^0)`

`24_8 = 16 + 4`

`24_8 = 20_10`
Octal to Hexa Decimal Conversion:
Convert Octal Number into Binary Number
24
010100

`24_8 = 010100_2`

Convert Binary Number into Hex Number
Split the binary number from left to right each group 4 bits
00010100
14

`010100_2 = 14_16`

Octal to Binary Conversion
Write equivalent binary for given octal value
24
010100

`24_8 = 010100_2`

Octal Converter is an online tool specially programmed to perform the computations of Octal to Binary Conversion, Octal to Hexadecimal Conversion and Octal to Decimal Conversion. This calculator converts the given octal input values into equivalent Binary, Hexadecimal and Decimal values. The octal system is commonly used with computers. The octal number system with its 8 digit 0, 1, 2, 3, 4, 5, 6 and 7 has base 8. The octal system uses a power of 8 to determine the digit of a number's position