DIGITAL SYSTEMS CALCULATORS


TOOL: DECIMAL TO EXCESS-3 CONVERTER


DECIMAL TO EXCESS-3 CONVERTER

Enter a decimal number.


(375)10 = (0110 1010 1000)XS3

SOLUTION STEPS

3753338016000101010110

The excess-3 equivalent of (375)10 is (0110 1010 1000)XS3.

OTHER INFORMATION

👉 Click here to see how we can find the binary equivalent of 375.

👉 Click here to see how we can find the BCD representation of 375.

Copied to clipboard
Copy Text

INFORMATION

A decimal number can be converted to an excess-3 code by adding 3 to each digit and converting the sums to 4-bit binary numbers.

For example, (273)10 is a decimal number. If we add <>3 to each digit, we obtain

  • 2 + 3 = 5,
  • 7 + 3 = 10 and
  • 3 + 3 = 6.

Now, we convert those numbers to 4-bit binary numbers.

  • (5)10 = (0101)2,
  • (10)10 = (1010)2 and
  • (6)10 = (0110)2.

Writing those binary numbers in the same order of decimal equivalents we obtain the excess-3 code.

(273)10 = (0101 1010 0110)XS3

The complete conversion table can be found below.

Decimal Excess-3
0 0011
1 0100
2 0101
3 0110
4 0111
5 1000
6 1001
7 1010
8 1011
9 1100

WHAT IS DECIMAL TO EXCESS-3 CONVERTER?

Decimal to excess-3 converter,

  • Converts the entered decimal number to an excess-3 code,
  • Illustrates all solution steps.

HOW TO USE THE DECIMAL TO EXCESS-3 CONVERTER?

You can use the decimal to excess-3 converter in two ways.

  • USER INPUTS

    Convert button

    You can enter a base 10 number to the input box and click on the "CONVERT" button. The result and explanations appaer below the calculator.

  • RANDOM INPUTS

    random buttons

    You can click on the DIE ICON next to the input box. If you use this property, a random decimal number is generated and entered to the calculator, automatically. You can see the result and explanations below the calculator. You can create your own examples and practice using this property.

  • CLEARING THE INPUT BOX

    Clear button

    To find the excess-3 equivalent of some other decimal numbers you can clear the input box by clicking on the CLEAR button under the input box.

  • COPYING & DOWNLOADING THE SOLUTION

    • Copy Link

      You can copy the generated solution by clicking on the "Copy Text" link, appaers under the solution panel.

    • Download Link

      Even you can download the solution as an image file with .jpg extension if you click on the "Download Solution" link at the bottom of the solution panel. You can share the downloaded image file.

 

CALCULATORS

Binary Code Calculators