# BIN2HEX

engineering · from excel · excel: verified match · sheets: verified match

converts binary number to hexadecimal

## signature

```
BIN2HEX(number, [places])
```

returns: `text`

## arguments

- number: any — required
- places: number — optional, defaults to 1

## examples

formula and result, asserted in the engine test suite.

| formula | result | with |
| --- | --- | --- |
| `=BIN2HEX(11111011, 4)` | `00FB` | — |

## related

- [BESSELI](https://deepcalc.com/functions/besseli.md) — returns modified Bessel function In(x)
- [BESSELJ](https://deepcalc.com/functions/besselj.md) — returns Bessel function Jn(x)
- [BESSELK](https://deepcalc.com/functions/besselk.md) — returns modified Bessel function Kn(x)
- [BESSELY](https://deepcalc.com/functions/bessely.md) — returns Bessel function Yn(x)
- [BIN2DEC](https://deepcalc.com/functions/bin2dec.md) — converts binary number to decimal
- [BIN2OCT](https://deepcalc.com/functions/bin2oct.md) — converts binary number to octal
- [BITAND](https://deepcalc.com/functions/bitand.md) — returns bitwise AND of two numbers
- [BITLSHIFT](https://deepcalc.com/functions/bitlshift.md) — returns number shifted left by bits

## navigate

- [all engineering functions](https://deepcalc.com/functions/engineering-functions.md)
- [function index](https://deepcalc.com/functions.md) — all 600 functions
- [error values](https://deepcalc.com/errors.md) · [concepts](https://deepcalc.com/concepts.md) · [limits](https://deepcalc.com/limits.md)
- [everything in one file](https://deepcalc.com/llms-full.txt)

source: https://deepcalc.com/functions/bin2hex