Common codes — click to decode
Reading 3-Digit Capacitor Codes
The 3-digit code printed on ceramic and film capacitors gives the capacitance in picofarads (pF). The first two digits are the significant figures, and the third digit is the number of zeros (the multiplier).
Codes under 100 (e.g. 47) are read directly as picofarads. The optional letter after the code indicates tolerance.
Capacitor Code Calculator
Ceramic and film capacitors use a 3-digit code because the components are too small for a full value. The first two digits are the significant figures. The third digit is the multiplier — the number of zeros to add. The result is in picofarads. This calculator decodes any 3-digit code to pF, nF, and µF instantly, handles tolerance letters, and works in reverse — enter a value, get the code.
How the 3-Digit Code Works
The third digit is the exponent — how many zeros to append. Code 104: first two digits = 10, multiplier = 104 = 10000. Result: 10 × 10000 = 100000 pF = 100 nF = 0.1 µF.
Special Cases
1 or 2-digit codes (e.g. 47): codes under 100 are read directly as picofarads. 47 = 47 pF. No multiplier.
Multiplier 0 (e.g. 100): 10 × 100 = 10 × 1 = 10 pF.
Multiplier 8 (e.g. 108): means ×0.01. So 108 = 10 × 0.01 = 0.1 pF. Rare.
Multiplier 9 (e.g. 109): means ×0.1. So 109 = 10 × 0.1 = 1.0 pF. Also rare.
Common Codes Decoded
| Code | pF | nF | µF |
|---|---|---|---|
| 101 | 100 | 0.1 | 0.0001 |
| 102 | 1000 | 1 | 0.001 |
| 103 | 10000 | 10 | 0.01 |
| 104 | 100000 | 100 | 0.1 |
| 105 | 1000000 | 1000 | 1.0 |
| 106 | 10000000 | 10000 | 10.0 |
| 220 | 22 | 0.022 | 0.000022 |
| 224 | 220000 | 220 | 0.22 |
| 330 | 33 | 0.033 | 0.000033 |
| 470 | 47 | 0.047 | 0.000047 |
| 474 | 470000 | 470 | 0.47 |
| 100 | 10 | 0.01 | 0.00001 |
These twelve codes cover the majority of ceramic capacitors found in electronics. 104 (100 nF / 0.1 µF) is by far the most common — it is the standard decoupling capacitor on virtually every digital IC.
Step-by-Step Decode Examples
Code: 104
10Multiplier digit:
4 → ×1000010 × 10000 = 100000 pF = 100 nF = 0.1 µF
Code: 474K
47Multiplier digit:
4 → ×1000047 × 10000 = 470000 pF = 470 nF = 0.47 µF
Tolerance letter:
K = ±10%Code: 47 (2 digits only)
47 pF = 0.047 nF = 0.000047 µF
Code: 109
10Multiplier digit:
9 → ×0.110 × 0.1 = 1.0 pF
Tolerance Letters
A letter after the three digits indicates manufacturing tolerance — how far the actual capacitance can deviate from the marked value.
| Letter | Tolerance | Usage |
|---|---|---|
| F | ±1% | Precision/instrumentation |
| G | ±2% | Precision filters |
| J | ±5% | General purpose, good quality |
| K | ±10% | Most common general purpose |
| M | ±20% | Non-critical, decoupling |
| Z | +80% / −20% | Electrolytic, non-critical |
K (±10%) and M (±20%) are the most common on ceramic capacitors. J (±5%) appears on higher-quality parts used in timing and filter circuits where the value matters more. F and G are rare outside precision analog design. For a similar colour-based marking system on resistors, see the Resistor Colour Code Calculator.
Reverse Mode — Value to Code
Enter a capacitance and unit, get the 3-digit code. Useful when searching for a replacement part or ordering from a catalogue that uses codes instead of values.
Example: 100 nF → Code?
Significant digits:
10Zeros to add:
4Code:
104Example: 2.2 µF → Code?
Significant digits:
22Zeros to add:
5Code:
225Example: 33 pF → Code?
Code:
33 (or 330 — both are valid; 330 means 33 × 100 = 33)Unit Conversions Reference
1 nF = 1000 pF = 0.001 µF
1 pF = 0.001 nF = 0.000001 µF
Schematics and BOMs use all three units depending on the value range. Small capacitors (under 1 nF) are usually given in pF. Medium (1 nF to 999 nF) in nF. Large (1 µF and above) in µF. The calculator shows all three so you can match whichever unit your schematic uses.
Frequently Asked Questions
Last updated: March 2026