Small ceramic capacitors are too tiny to print a full value, so they use a 3-digit code instead. This calculator decodes that code into capacitance in picofarads (pF), nanofarads (nF) and microfarads (µF), and interprets the optional tolerance letter. It is built for hobbyists and electronics engineers reading parts off a board or a bag of components.
How it works
For a 3-digit code, the first two digits are the significant figures and the third is the power-of-ten multiplier (the number of trailing zeros), giving a value in picofarads:
value (pF) = first two digits × 10^(third digit)
A 1- or 2-digit code is read directly as picofarads (47 = 47 pF). The optional trailing letter is the EIA tolerance code, where J = ±5%, K = ±10% and M = ±20% are most common, and finer letters like F (±1%) mark precision parts. The tool then converts the pF value into nF (÷ 1,000) and µF (÷ 1,000,000).
Example
Decode 104J:
| Step | Value |
|---|---|
| Significant figures | 10 |
| Multiplier | 10⁴ (four zeros) |
| Capacitance | 100,000 pF = 100 nF = 0.1 µF |
| Tolerance (J) | ±5% |
So a capacitor marked 104J is 0.1 µF ±5%. Everything is computed in your browser, nothing uploaded.