TRUECALC
Functions

HEX2OCT

Convert hexadecimal to octal

Try it

When to use it

When should I use HEX2OCT?

Use HEX2OCT to convert a hexadecimal number to its octal (base-8) representation, a conversion sometimes needed when working with Unix file permissions or legacy systems.

Used in

engineering

Syntax

HEX2OCT(number, [places])

On this page