11 in Hexadecimal — 11₁₀ = 0xB

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

11 → HEX

11 IN HEXADECIMAL (BASE 16)

B

11₁₀ = 0xB = B₁₆

Letters A–F represent values 10–15 in hex

Hex (base 16)

B

With prefix

0xB

Binary (base 2)

1011

Octal (base 8)

13

Single digit hex?

Yes

Hex digit type

Letter (B = 11)

Even or odd?

Odd

Divisible by 16?

No

STEP-BY-STEP — REPEATED DIVISION BY 16

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

Values 10–15 use letters: 10=A, 11=B, 12=C, 13=D, 14=E, 15=F

FUN FACT

11 in hex is B. B represents the decimal value 11 in hexadecimal. 11 = 1011₂.

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

11

Hex (base 16)

Colours, memory addresses, encoding

0xB

Binary (base 2)

Digital computing

1011

Octal (base 8)

Unix file permissions

13

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

    11 is less than 16, so it fits in one hex digit: 11 = B. Values 10-15 use letters: 10=A, 11=B, 12=C, 13=D, 14=E, 15=F.

  3. 3

    The result is B, written as 0xB in programming notation or B₁₆ in mathematical notation.

  4. 4

    Verify: 11 x 16^0 = 11. ✓

WORKED EXAMPLE

11 to hex: 11 is less than 16, so it fits in one hex digit: 11 = B. Values 10-15 use letters: 10=A, 11=B, 12=C, 13=D, 14=E, 15=F. 11₁₀ = 0xB = B₁₆ Binary: 1011 Octal: 13

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.