Small ceramic and film capacitors are too tiny to print a full value, so they use a compact 3-digit code. This reference decodes that code into picofarads, nanofarads, and microfarads, and handles the optional tolerance letter.
How it works
The 3-digit code works just like the resistor color code, but in picofarads:
value (pF) = (first two digits) × 10^(third digit)
So the code 104 is 10 × 10^4 = 100000 pF = 100 nF = 0.1 µF. Two special
multiplier digits exist:
8 → × 0.01 9 → × 0.1
These give fractional results for sub-picofarad and small-value parts. A
trailing letter encodes tolerance, e.g. J = ±5%, K = ±10%, M = ±20%.
Tips and example
223decodes to22 × 10^3 = 22000 pF = 22 nF— a common decoupling value.- A bare two-digit number is already in picofarads (
47= 47 pF). - Unit conversions:
1 nF = 1000 pFand1 µF = 1000 nF.