Skip to content
UnitChart

Convert octal to decimal

Octal (base 8) to decimal (base 10). Type a value below, or use the reference table further down.

755 (octal) = 493 (decimal)

Multiply each digit by 8 raised to its position, counting from zero on the right, then add the results. 755 comes to 493 in decimal.

How to convert octal to decimal

Multiply each digit by 8 raised to its position, counting from zero on the right, then add the results. 755 comes to 493 in decimal.

Conversions here use arbitrary-precision integers, so values beyond 64 bits convert exactly rather than being rounded.

octal to decimal conversion table

Use this octal to decimal chart for quick reference.

octal to decimal conversion table
Octal (base 8)Decimal (base 10)
00
11
22
33
44
55
66
77
108
119
1210
1311
1412
1513
1614
1715
2016
4032
10064
144100
177127
200128
377255
400256
1000512
17501000
17771023
20001024
77774095
100004096
17777765535
20000065536

Common octal to decimal values

1020307010014420037740075577710001750

What is octal?

Octal is base 8, using the digits 0 to 7. One octal digit encodes exactly three bits, which is why Unix file permissions are written as octal numbers such as 755.

What is decimal?

Decimal is base 10, the everyday number system, using the digits 0 to 9. Each place is worth ten times the one to its right.

Frequently asked questions

How do you convert octal to decimal?

Multiply each digit by 8 raised to its position, counting from zero on the right, then add the results. 755 comes to 493 in decimal.

What is 755 octal in decimal?

755 in octal is 493 in decimal. In plain decimal that value is 493.

What digits does octal use?

Octal is base 8 and uses 0-7. Octal is base 8, using the digits 0 to 7. One octal digit encodes exactly three bits, which is why Unix file permissions are written as octal numbers such as 755.

Other base conversions