<span><em>Hexadecimal:</em>
</span>1100 1000 1110
1100 = C
1000 = 8
1110 = E
Hexadecimal: C8E
<span><em>Decimal:</em>
</span>1100 1000 1110
<span>= 
<em>= </em>2048, 1024, 512, 256, 128, 64, 32, 16, 8, 4, 2, 1
<em>Multiply each value with it's corresponding binary digit (eg: 2048x1, 1024x1, 512x0, etc.) then add them all together.
</em>= 2048+1024+0+0+128+0+0+0+8+4+2+0</span>
<span>
</span>
<span>Binary: 3214</span>
<span />