1111 Binary to Decimal

11112 = 15 — binary 1111 equals decimal 15.

How 1111 converts to decimal

Each bit is multiplied by its place value (right to left: 1, 2, 4, 8, ...) and the results are added:

1 × 1 + 1 × 2 + 1 × 4 + 1 × 8 = 15

So binary 1111 = decimal 15. You can verify any value with the binary to decimal converter.

Common binary values

BinaryDecimal
1004
1015
1106
1117
10008
101010
110113
111115
1000016
1101026

Frequently Asked Questions

What is 1111 binary in decimal?

1111 in binary equals <b>15</b> in decimal. Add the place values of every bit set to 1: 1&nbsp;×&nbsp;1 + 1&nbsp;×&nbsp;2 + 1&nbsp;×&nbsp;4 + 1&nbsp;×&nbsp;8 = 15.

How do you convert binary to decimal?

Write the place values above each bit from right to left (1, 2, 4, 8, 16, ...), multiply each bit by its place value, then add all the results.

Is 1111 a valid binary number?

Yes — a binary number only uses the digits 0 and 1, and every digit in 1111 is valid.