1 in Hexadecimal — 1₁₀ = 0x1

1 in hexadecimal is 0x1. The number 1 is less than 16, so it maps directly to a single hex digit 1. The page shows the step-by-step division method, a hex digit table, and conversions to binary (1), octal (1), and a greyscale colour swatch....

1 → HEX

1 IN HEXADECIMAL (BASE 16)

1

1₁₀ = 0x1 = 1₁₆

Hex (base 16)

1

With prefix

0x1

Binary (base 2)

1

Octal (base 8)

1

Single digit hex?

Yes

Hex digit type

Numeral

Even or odd?

Odd

Divisible by 16?

No

STEP-BY-STEP — REPEATED DIVISION BY 16

1 < 16, so it fits in a single hex digit: 1 = 1₁₆

FUN FACT

1 in hex is 1. Single-digit hex values (0-9) are identical to their decimal equivalents.

HEX DIGIT TABLE (0–15)

0

0

1

1

2

2

3

3

4

4

5

5

6

6

7

7

8

8

9

9

10

A

11

B

12

C

13

D

14

E

15

F

BASE CONVERSIONS

Decimal (base 10)

Standard counting system

1

Hex (base 16)

Colours, memory addresses, encoding

0x1

Binary (base 2)

Digital computing

1

Octal (base 8)

Unix file permissions

1

NEARBY VALUES

Created with❤️byeaglecalculator.com

HOW TO CONVERT

  1. 1

    Hexadecimal (base 16) uses digits 0-9 and letters A-F, where A=10, B=11, C=12, D=13, E=14, F=15.

  2. 2

    1 is less than 16, so it fits in one hex digit: 1 = 1.

  3. 3

    The result is 1, written as 0x1 in programming notation or 1₁₆ in mathematical notation.

  4. 4

    Verify: 1 x 16^0 = 1. ✓

WORKED EXAMPLE

1 to hex: 1 is less than 16, so it fits in one hex digit: 1 = 1. 1₁₀ = 0x1 = 1₁₆ Binary: 1 Octal: 1

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE NUMBER THEORY CALCULATORS

Was this calculator helpful?

Last updated: April 29, 2026 · Verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.