1.binary to decimal.
output: binary to Decimal of 1110 = 14.
2.Decimal to Binary.
output: Decimal to Binary of 56 = 111000.
3.Decimal to Hex.
output: DecimaltoHex of 356 =164.
4.HexToBinaryMath.
output: HexToBinaryMath of 2F =00101111.
5.HexToDecimal.
output: HexToDecimal of 1A3 =419.