By definition, each position of the digit represents multiplication of that digit and number [tex] 10^{DigitPosition - 1} [/tex]
Positions are counted from right to left! The more we go from right to left digits have "heavier value".
For example first digit (the one on the right) represents number of units, second one (middle one) represents number of tens and third one (first from the left) represents number of hundreds.
Further explanation: Third one (first from the left) represents number of hundreds because [tex] 10^{3-1} [/tex] = 100