TRUECALC
Functions

BIN2OCT

Convert binary to octal

Try it

When to use it

When should I use BIN2OCT?

Use BIN2OCT to convert a binary (base-2) string to its octal representation, which is useful in Unix file-permission calculations and low-level systems work.

Used in

engineering · science

Syntax

BIN2OCT(number, [places])

On this page