Translate effort into load
Percentage-based programs and RPE-based autoregulation are two languages for the same thing: how hard a set was relative to your max. This converter uses the well-known Tuchscherer RPE chart to translate a reps-at-RPE set into a percentage of your one-rep max, and to project that 1RM from the weight you lifted.
How it works
The Tuchscherer chart is a lookup table. Each cell answers: “if I did N reps and stopped at this RPE, what percentage of my 1RM was the bar?” RPE is read as reps in reserve — RPE 10 is a true maximum, RPE 8 leaves two reps in the tank.
percentage = chart[reps][RPE]
estimated 1RM = load / percentage
For example, 3 reps at RPE 9 sits at about 85.5% on the chart. If you moved 150 kg for that set, your projected 1RM is 150 / 0.855 ≈ 175 kg. The tool interpolates only at the published half-point RPE values, so the numbers match standard powerlifting references.
Tips and notes
The chart is most reliable for sets of 1-6 reps at RPE 7 or higher, where perceived effort tracks load tightly. For high-rep, low-RPE work the percentage drifts because fatigue and technique vary more between lifters.
Honest RPE calls are everything. If you consistently rate sets too low (claiming reps in reserve you do not have), every projection will overshoot. Film your sets occasionally and compare bar speed to calibrate your sense of RPE.