Decode resistor markings and calculate resistance from 3-digit, 4-digit, and EIA-96 SMD codes.
The calculator runs entirely in your browser.
| Code | Resistance | Note |
|---|
SMD resistor markings are compact codes for resistance values. Most chips use either a numeric format (3-digit or 4-digit) or EIA-96 (two digits plus one letter). Once you identify the format, converting the code to ohms is straightforward.
First 2 digits = significant value, last digit = multiplier.
Example: 103 → 10 × 10³ = 10,000 Ω (10 kΩ)
First 3 digits = significant value, last digit = multiplier.
Example: 1001 → 100 × 10¹ = 1,000 Ω (1 kΩ)
Two digits map to a base value (01-96), letter defines multiplier.
Example: 01C → 100 × 100 = 10,000 Ω (10 kΩ)
Identify the code type first, then apply the matching rule. Numeric codes use powers of ten, while EIA-96 uses a lookup base plus a letter multiplier.
3-digit markings are often associated with wider tolerance (commonly ±5%), while 4-digit and EIA-96 are typically used for tighter tolerance parts (commonly ±1%). Manufacturer rules still apply.