Read a 3-digit capacitor code both ways: 104 to 100 nF, or a value back to its code, with pF / nF / µF and tolerance letters, browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
First two digits are significant figures; the third is how many zeros to add (the power of ten), in picofarads.
Unit conversion
Common codes
What this tool does
Free capacitor code calculator that decodes the 3-digit number printed on ceramic and film capacitors and works the other way too. The code 104 means 10 followed by four zeros in picofarads: 100000 pF, which is 100 nF or 0.1 µF. The first two digits are the significant figures, the third is the power of ten. Type any code such as 103, 221, 474 or 105 and read the value in all three units at once, plus the tolerance when a letter is present (104K is 100 nF at plus or minus 10 percent). Switch direction and type a capacitance with its unit to get the matching code back. A built-in pF nF µF converter and a quick-reference table of the codes people search most round it out. Everything runs in your browser with one-click copy and a shareable URL that reopens your exact lookup. 100 percent client-side, nothing is uploaded.
Tool details
- Input
- 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 <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Developer
- 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 Capacitor Code Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Scientific Notation Converter Plain ⇄ scientific (a×10ⁿ) ⇄ engineering ⇄ E-notation — with significant figures, exact big/small numbers — browser-only Open
- 3 Resistor Color Code Calculator Decode 4, 5 and 6-band resistors to Ω, tolerance and tempco — or go the other way, with a live color-band drawing Open
Real-world use cases
Identify a capacitor pulled from a board during repair
You desoldered a tiny ceramic part stamped 104 and need to know what to order as a replacement. Type 104 and read 100 nF / 0.1 µF instantly, then search a supplier with the value rather than guessing. The three-unit display means you match the part whether the datasheet lists it in nanofarads or microfarads.
Build a parts order from a schematic
A schematic calls for 220 pF, 1 nF and 100 nF capacitors but the BOM uses codes. Run each value through the value-to-code direction to get 221, 102 and 104, then label your storage bins and order envelopes the way the parts are actually marked. No more squinting at a chart taped to the bench.
Stock and sort a hobby electronics drawer
A grab bag of ceramics arrives marked only with codes. Decode each one to its nF value, group 103 (10 nF), 104 (100 nF) and 105 (1 µF) into labelled compartments, and you have an organized drawer you can reach into mid-project without a magnifier and a lookup table.
Teach or learn how capacitor markings work
Walking a student through why 473 is 47 nF is far clearer when the significant-figures-plus-power-of-ten rule is spelled out and the answer appears in all three units at once. Share the URL with a worked example loaded so the lesson reopens exactly where you left it.
Common pitfalls
Reading the code in nanofarads instead of picofarads. The 3-digit code always resolves to picofarads first, so 104 is 100000 pF (100 nF), not 104 nF. Convert from pF afterward; the calculator shows all three units so you never make this slip.
Confusing capacitor codes with resistor codes. They look similar but a resistor's third color band is a multiplier on ohms while a capacitor's third digit is a power of ten on picofarads. Use the resistor color code tool for resistors and this one for capacitors so the math stays right.
Treating the tolerance letter as part of the number. The trailing letter in 104K is tolerance (plus or minus 10 percent), not an extra digit. Strip it before decoding the value; this tool does that automatically and reports the tolerance separately.
Privacy
Every step here, decoding the code, encoding a value back, the pF nF µF conversion and the cheat sheet, is plain JavaScript running in your browser tab. No code, value or lookup ever leaves the page and nothing is logged. The one caveat: the shareable URL encodes your active input in the query string, so a share link pasted into chat records that input in the recipient server's access log. There is nothing sensitive about a capacitor value, but it is worth knowing how the share link works.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- 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
- AES Text Encryptor Encrypt & decrypt text with a password — AES-256-GCM + PBKDF2 via WebCrypto — 100% in your browser, nothing uploaded
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- AI Eval Planner Generate eval cases, pass criteria, and edge cases from an AI feature, risks, and user path.