var fDesc=new Array(); fDesc[0] = "Resistor Color Coder is a free desktop application that has been downoaded by hundreds of thousands of electronics enthusiasts.

4 or 5 band Leaded-Type Resistor Color Coder color codes. This calculator quickly determines 4 or 5 band resistor values and tolerances. It can be used to encode resistance values into color codes, or to decode resistor color codes into resistance values.

Surface Mount Device (SMD) Markings Decoder
SMD markings decoder This SMD Markings Evaluator will decode 3 marking types:

Standard 3 or 4 digit markings that can include "R" to indicate a decimal point.
Examples: 330 3R3 4703
EIA-96 1% markings with a number in the range 01 to 96, followed by a letter
Examples: 22A 68C 02F
2, 5, and 10% markings with a letter, followed by a numbers in the range 01 to 60
Examples: A22 C58 F59

E-Series Standard Resistance Values
Standard resistor values are listed for E-12, E-24,
E-48, E-96 and E-192 Series."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }