Place Value Calculator - Digit Chart, Expanded Form, and Words
Use this place value calculator to read any number in bases 2 through 16. See the digit chart, expanded form, decimal value, and word form in one read.
Place Value Calculator
Results
What Is a Place Value Calculator?
A place value calculator is a tool that reads any integer or decimal in bases 2 to 16 and shows the place value chart for that number in one read. Type a number, pick the base, and the result panel prints the digit-by-digit chart, the expanded form, the decimal value, and the word form side by side.
- • Homework and worksheet checks: Verify the chart and the expanded form for a number such as 1568.23.
- • Reading numbers in other bases: Type a binary, octal, or hexadecimal string and see the same number in base 10.
- • Teaching positional notation: Show the same number in two bases to demonstrate how digit weight changes.
- • Spelling large numbers: Use the word form output to check hyphenation of twenty-one through ninety-nine.
The word place here means a named slot in a positional number system, not a location. Every digit lives in exactly one place, and the weight of that place is a power of the base. A place value calculator makes that weighting visible in one row per digit, which is why teachers reach for it first when introducing positional notation.
Once the chart is in hand, rounding each digit to a target precision is straightforward and our Rounding Calculator handles the rounding step for the same number in a single form.
How the Place Value Calculator Works
The calculator applies the positional notation rule in one pass: read the number string, validate every digit against the chosen base, attach a position index, multiply each digit by base raised to that position, and sum the results.
- b: The positional base the input is written in, between 2 and 16. b = 10 gives the usual decimal chart; b = 2, 8, and 16 give the binary, octal, and hexadecimal charts.
- d_i: The digit at position i. For base 10 the digits are 0-9; for base 11-16 the letters A-F extend the digit set (A = 10, ..., F = 15).
- i: The position index, starting at 0 at the ones place, increasing by 1 to the left, and decreasing by 1 to the right of the decimal point.
The rule applies to any finite digit string the form accepts, including negative numbers and fractions. Repeating expansions in non-integer bases are not represented here, because the form only captures a fixed string of digits.
1568.23 in base 10
Number = 1568.23, base = 10
1*10^3 + 5*10^2 + 6*10^1 + 8*10^0 + 2*10^(-1) + 3*10^(-2) = 1000 + 500 + 60 + 8 + 0.2 + 0.03
Chart: 1 thousands, 5 hundreds, 6 tens, 8 ones, 2 tenths, 3 hundredths. Expanded form: 1*1000 + 5*100 + 6*10 + 8*1 + 2*0.1 + 3*0.01. Word form: one thousand five hundred sixty-eight and twenty-three hundredths.
Reading right to left assigns each digit to a named place, and reading left to right gives back the original number when the place values are summed.
1011 in base 2
Number = 1011, base = 2
1*2^3 + 0*2^2 + 1*2^1 + 1*2^0 = 8 + 0 + 2 + 1
Chart: 1 eights, 0 fours, 1 twos, 1 ones. Expanded form: 1*8 + 1*2 + 1*1. Decimal value: 11. Word form: eleven.
Switching from base 10 to base 2 changes the place names to eights, fours, twos, and ones, and changes the factor next to each digit.
According to Omni Calculator, the place value of a digit is the digit times a power of the base equal to its position, so the digit 6 in 1568.23 sits in the tens place and contributes 6 times 10 to the value of the number.
When the chart needs to be read in a different base, Base Converter rewrites the same value in the target base while keeping the digits and weights consistent.
Key Concepts Behind Place Value
Four small ideas explain why a place value chart looks the way it does and how it connects to other tools on the site.
Positional notation
In a positional number system with base b, every digit d_i is weighted by b^i. The value of the number is the sum of every digit times its weight, with positive exponents to the left of the decimal point and negative exponents to the right.
Place value vs. face value
The face value of a digit is the digit itself; the place value is the face value times the weight of the position. In 1568.23 the face value of the 6 is 6, and the place value is 6 times 10 = 60.
Decimal place names
To the right of the decimal point, the place names switch to tenths, hundredths, thousandths, and so on. The factor 10^(-n) is the weight of the digit, and the name reads as the reciprocal of the integer place name.
Expanded form
The expanded form rewrites a number as the sum of every digit times its place value, with each term separated by +. Zero digits are usually omitted because they add nothing to the sum.
The same idea of a digit times a power of the base carries into scientific notation and base conversion, where the same rule scales a mantissa or rewrites a digit string in a new base. The chart is the most explicit way to show that rule in action.
According to Math is Fun, the value of a digit is the digit multiplied by the place value of the position it sits in, and reading the place value chart from left to right (ones, tens, hundreds, ...) is the foundation of the expanded form of a number.
For the spelled version of a large number, Number to Words Converter turns a base-10 integer into the same word form the chart prints at the bottom of the result panel.
How to Use the Place Value Calculator
Type a number, pick a base, and read the four result rows on the right. The calculator updates as you type.
- 1 Type the number: Enter the number in the Number field. Whole numbers, decimals, and a leading minus sign all work. For base 11-16 the letters A-F are accepted.
- 2 Pick the base: Use 2 for binary, 8 for octal, 10 for decimal, 16 for hexadecimal, or any integer from 2 to 16 for an unusual base. The default is 10.
- 3 Read the integer chart: Look at the Integer Digit Chart row. Each line shows one digit, its position, the base^position factor, and the place name.
- 4 Read the fractional chart: If your input has a decimal point, the Fractional Digit Chart row prints the digits to the right of the point, each with a negative position and the matching place name.
- 5 Check the expanded form and decimal value: The Expanded Form row rewrites the number as the sum of every non-zero digit times its base^position factor. The Decimal Value row reports the same value in base 10.
- 6 Use the word form for spelling: The Word Form row spells the number the way it would be read aloud, using the same place names the chart prints.
Example: a teacher is walking through 1568.23 with a class. They type 1568.23 into the Number field, leave the base at 10, and read the six chart rows, the expanded form 1*1000 + 5*100 + 6*10 + 8*1 + 2*0.1 + 3*0.01, and the word form 'one thousand five hundred sixty-eight and twenty-three hundredths'.
For a number whose place value chart crosses into the millions or billions, Number to Million Calculator explicitly labels the millions, billions, and trillions groups in the chart.
Benefits of Using This Place Value Calculator
The positional-notation rule is short, but applying it to a long or unfamiliar number by hand is slow and error-prone.
- • Chart, expanded form, and word form in one view: All four outputs are derived from the same digit-and-position table, so the place names, the expanded form, and the word form always agree.
- • Works in every base from 2 to 16: The same form handles binary, octal, decimal, and hexadecimal inputs and any other integer base in between.
- • Handles decimals and negatives without a special case: Inputs with a decimal point use negative exponents for the fractional digits, and inputs with a leading minus sign multiply the final sum by -1.
- • Catches invalid digits in the chosen base: If the input contains a digit that is not defined in the selected base, the calculator returns a validation message rather than a misleading chart.
- • Useful for teaching and self-checking: The chart, expanded form, and word form together give three independent ways to confirm the same answer.
Doing the chart by hand on a number with a decimal part invites mistakes when the negative exponent on the fraction is forgotten or the sign is dropped, and the calculator applies the same rule to every input.
For a number whose chart crosses into the billions, Number to Billion Converter keeps the millions and billions groups in the result panel so the place names stay legible.
Factors That Affect the Result and Its Limits
The positional-notation rule is fixed, but a few choices you make about the input change the meaning of the four result rows.
Selected base
Changing the base changes both the place names and the factor next to each digit. The same digit string 11 reads as eleven in base 10 and as three in base 2.
Decimal point position
Digits to the right of the decimal point use negative exponents. Moving the decimal one place to the right multiplies the value by the base; moving it one place to the left divides the value by the base (1.5 becomes 15 in base 10).
Sign of the input
A leading minus sign multiplies the final sum by -1. The chart and the expanded form preserve the sign, and the word form prefixes 'negative'.
Digits that are not valid in the base
In base 2, only the digits 0 and 1 are valid. In base 16, the digits 0-9 and the letters A-F are valid. If the input contains a symbol that is not defined in the chosen base, the calculator returns a validation message.
- • The calculator accepts integer bases from 2 to 16. Non-integer bases such as base phi and negative bases such as base -2 are not handled here.
- • The spelled word form uses English names that assume the number is in base 10. For non-decimal bases the chart and the expanded form are still correct, and the decimal value is shown alongside.
When the question is about a real number in a supported base, the four result rows are the complete answer. The next step is up to the workflow that called the place value calculator, and the other math-conversion calculators on the site cover those follow-up steps.
According to Wolfram MathWorld, a real number x can be represented in any integer base b, with digits 0, 1, ..., |b|-1, and the value of the number is the sum of each digit times b raised to its position.
When the fractional chart is rewritten as a common fraction, Decimal to Fraction Calculator reduces the same fractional digits to lowest terms in one step.
Frequently Asked Questions
Q: What is the place value of a digit?
A: The place value of a digit is the digit times a power of the base equal to its position. In 1568.23 the digit 6 sits in the tens place, so its place value is 6 times 10 = 60. Place value is the same idea as face value with a positional weight attached.
Q: What is the place value chart of 1568.23?
A: The place value chart of 1568.23 has six rows: 1 thousands, 5 hundreds, 6 tens, 8 ones, 2 tenths, and 3 hundredths. Reading the chart gives back 1000 + 500 + 60 + 8 + 0.2 + 0.03 = 1568.23, and the word form is one thousand five hundred sixty-eight and twenty-three hundredths.
Q: How do I find the place value chart in base 10?
A: Split the number into single digits, keep the sign, and label the rightmost integer digit as position 0 (ones), the next as position 1 (tens), and so on. Digits to the right of the decimal point are labeled with negative positions: the first is tenths, the second is hundredths. The place value of a digit is the digit times 10 to the position.
Q: What is the difference between place value and face value?
A: Face value is the digit itself; place value is the face value times the weight of the position. In 482 the face value of 4 is 4 and the place value of 4 is 4 times 100 = 400. The place value changes when the digit moves; the face value does not.
Q: What is the place value of a digit after the decimal point?
A: Digits to the right of the decimal point use negative exponents, so the first digit is tenths (10 to the -1), the second is hundredths (10 to the -2), the third is thousandths (10 to the -3), and so on. The 3 in 0.23 has a place value of 3 times 0.01 = 0.03.
Q: How do I write a number in expanded form using place value?
A: Rewrite the number as the sum of every digit times its place value, joined with plus signs. For 1568.23 the expanded form is 1 times 1000 plus 5 times 100 plus 6 times 10 plus 8 times 1 plus 2 times 0.1 plus 3 times 0.01. Zero digits are usually dropped because they add nothing to the sum.