Cups, spoons, grams, millilitres — and the part that matters, volume ↔ weight by ingredient density, all in your browser
- Runs locally
- Category Format Converter
- Best for Turning pasted content or local files into a handoff-friendly format.
1 cup (US) = 125.2 g
Using Flour (all-purpose) density ≈ 0.529 g/mL
What this tool does
A kitchen converter built for the moment you are halfway through a recipe and the units do not match your tools. It does three things. First, volume to volume between cup (US), tablespoon, teaspoon, fluid ounce, millilitre, litre, and the 250 mL metric cup — using the exact US definitions (1 US cup = 236.588 mL, 1 tbsp = 14.787 mL, 1 tsp = 4.929 mL), not the rounded grocery-label numbers. Second, weight to weight across grams, kilograms, ounces, and pounds. Third, and this is the part most converters skip, volume to weight in either direction using a built-in density table: pick flour, sugar, butter, honey, milk, oil and the tool knows that a US cup of all-purpose flour is about 125 g while a cup of honey is about 336 g. That is why "1 cup" means a different weight for every ingredient, and why a scale beats measuring cups for baking. Pick "no ingredient" and it stays strictly within one dimension instead of inventing a number. Every result gets a shareable URL and a one-click copy.
Tool details
- Input
- Text + Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 11 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Format Converter · Content Creator
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Cooking Measurement Converter fits into your work
Use it when the main problem is getting content from one practical format into another.
Conversion jobs
- Turning pasted content or local files into a handoff-friendly format.
- Previewing a conversion before you use it in a larger workflow.
- Cleaning small format mismatches without opening a full editor.
Conversion checks
- Try a small sample first when the source format is messy.
- Check character encoding, separators, and line endings after conversion.
- Keep the source until the converted output has been reviewed.
Good next steps
These links move the current task into a more complete workflow.
- 1 Recipe Scaler Recipe scaler — paste any recipe, change servings, get all ingredient amounts auto-scaled. Handles fractions and unit conversion. Open
- 2 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 3 Coffee Ratio Calculator Coffee-to-water ratio calculator — type 1:16, pick a brew method, get exact grams of coffee and water for any batch Open
Real-world use cases
Follow a US recipe with a metric kitchen
You found a chocolate chip cookie recipe online that lists "2 cups flour, 1 cup sugar, 1 cup butter" but your kitchen only has a scale and metric jugs. Pick each ingredient, enter the cups, and read back grams: flour about 250 g, sugar about 200 g, butter about 227 g. Now you weigh instead of hunting for measuring cups you do not own.
Convert a cups recipe to weight once, for repeatability
Your banana bread comes out differently every time because scooping flour packs it unevenly. Run each cup-based amount through the volume-to-weight mode once, write the grams in the margin, and from then on you weigh — same loaf every bake, no more dense-or-dry lottery.
Scale a tablespoon of something up to a batch
A dressing recipe gives "3 tbsp honey" and you are making ten times the batch for an event. Convert 3 tbsp of honey to grams (about 63 g), times ten is 630 g, and you measure one clean weight on the scale instead of counting out 30 sticky tablespoons.
Match a European recipe's metric cups
An Australian cake recipe calls for metric cups (250 mL) but your set is US (236.6 mL). Convert the liquid quantities through the metric-cup unit so the 5 percent gap does not throw off the batter, then weigh the dry ingredients in grams for good measure.
Portion bulk pantry staples by weight
You buy rice and sugar in bulk and want to bag them into recipe-sized portions. Convert "1 cup uncooked rice" to grams (about 201 g) so you can pre-weigh ten bags at once, each ready to drop straight into a recipe without re-measuring volume.
Common pitfalls
Assuming 1 mL equals 1 g for everything. That only holds for water; flour, butter, and honey each weigh differently per mL, so pick the ingredient first.
Mixing US and metric cups. US is 236.6 mL, metric is 250 mL; the wrong one is off by 5 percent, which compounds.
Scooping flour from the bag. A packed scoop holds 20 percent more than a leveled one. Convert to grams once and weigh.
Privacy
Every conversion runs as plain JavaScript in your browser tab — the density table, the unit math, all of it. Nothing you enter is sent anywhere, there is no logging, and there is no external API. The one thing to know: the shareable URL encodes your amount, units, and chosen ingredient in the query string (e.g. ?v=1&from=cup_us&to=g&ing=flour_ap), so a share link records that in the destination's access log. For a recipe that is harmless; there is nothing sensitive about a measurement anyway.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- 24-Point Solver & Game 24-point solver and game — enter 4 numbers and get every solution instantly, or play random hands against the clock.
- A1Z26 Cipher (Letter ⇄ Number) A=1, B=2 … Z=26 — encode text to numbers or decode numbers to text, pick hyphen / space / comma separators, one-click copy — browser-only
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only