This converter moves freely between the three gravity scales brewers and winemakers use most: degrees Plato, Brix, and specific gravity. Enter a reading in any one scale and the other two appear instantly, with the working shown so you can trust the numbers.
How it works
Specific gravity (SG) is the ratio of the density of your liquid to the density of water. Plato and Brix express the same dissolved-sugar content as a percentage by mass. The tool uses the industry-standard ASBC cubic polynomial to go from SG to Plato:
Plato = -616.868 + 1111.14 x SG - 630.272 x SG^2 + 135.997 x SG^3
Going the other way, from Plato to SG, a widely used inverse approximation is:
SG = 1 + (Plato / (258.6 - (Plato / 258.2) x 227.1))
Brix and Plato are treated as numerically interchangeable here, since they
differ by less than 0.1 degrees in the brewing and winemaking range. If you
have a Brix reading from a refractometer, that is effectively your Plato value
for recipe purposes.
Worked example
Say your hydrometer reads 1.048. Plugging into the polynomial:
1111.14 x 1.048 = 1164.48-630.272 x 1.048^2 = -692.18135.997 x 1.048^3 = 156.58- Sum with the constant: about
12.0degrees Plato.
So 1.048 SG equals roughly 12 °Plato / 12 °Brix — a typical strength for a
standard-gravity ale.
Tips and notes
- Use the full SG form (for example
1.052), not the points-only shorthand (52), so the polynomial receives the correct magnitude. - Refractometers read Brix and are perfect for pre-fermentation wort, but alcohol distorts the reading once fermentation begins — switch to a hydrometer for finished gravity.
- For lab-grade work the tiny Brix-versus-Plato difference matters; for everyday brewing it does not. Every calculation here runs locally in your browser.