Blog
Custom Print on Demand Apparel — Free Storefront for Your Business
Wild & Free Tools

Number Base Conversion Practice Problems — Binary, Decimal, Hex

Last updated: April 202610 min readConverter Tools

The fastest way to master base conversions is practice. 30 problems with answers. Work by hand, check with the Number Base Converter.

Level 1: Binary and Decimal

Decimal to binary: (1) 7 (2) 15 (3) 25 (4) 42 (5) 100

Binary to decimal: (6) 1011 (7) 11001 (8) 101010 (9) 11111111 (10) 10000000

Answers

#ProblemAnswerMethod
17→bin1114+2+1
215→bin11118+4+2+1
325→bin1100116+8+1
442→bin10101032+8+2
5100→bin110010064+32+4
61011→dec118+2+1
711001→dec2516+8+1
8101010→dec4232+8+2
911111111→dec255All 8 bits
1010000000→dec128Only bit 7

Level 2: Hexadecimal

Decimal to hex: (11) 26 (12) 127 (13) 255 (14) 1000 (15) 48879

Hex to decimal: (16) 1A (17) 7F (18) FF (19) 3E8 (20) BEEF

Answers

#ProblemAnswerMethod
1126→hex1A26/16=1r10(A)
12127→hex7F127/16=7r15(F)
13255→hexFF255/16=15r15
141000→hex3E81000/16=62r8, 62/16=3r14(E)
1548879→hexBEEF
161A→dec261×16+10
177F→dec1277×16+15
18FF→dec25515×16+15
193E8→dec10003×256+14×16+8
20BEEF→dec4887911×4096+14×256+14×16+15

Level 3: Binary to Hex Grouping

(21) 10110011 (22) 11111110 (23) 101011001101 (24) A5→bin (25) DEAD→bin

Answers

#ProblemAnswerMethod
2110110011→hexB31011=B, 0011=3
2211111110→hexFE1111=F, 1110=E
23101011001101→hexACD1010=A, 1100=C, 1101=D
24A5→bin10100101A=1010, 5=0101
25DEAD→bin1101111010101101D=1101,E=1110,A=1010,D=1101

Level 4: Octal and Mixed

(26) 493→oct (27) Oct 755→dec (28) Oct 644→bin (29) 110100101→oct (30) FF→oct

Answers

#ProblemAnswerMethod
26493→oct755493/8=61r5,61/8=7r5,7/8=0r7
27Oct 755→dec4937×64+5×8+5
28Oct 644→bin1101001006=110,4=100,4=100
29110100101→oct645110=6,100=4,101=5
30FF→oct377FF=255, div by 8

Speed Tips

More: Base64 Encoder, Regex Tester.

Launch Your Own Clothing Brand — No Inventory, No Risk