Base Convert

Octal

Base 8

Base-8, using digits 0-7, historically common in computing. It groups binary digits into chunks of three for compact representation.

Also known as: oct

Try it