When reading or drafting schematics, mixing up ANSI and IEC circuitry symbols is the fastest way to wire a 24V control line into a grounded chassis or reverse-bias a polarized capacitor. Before you touch a soldering iron or route a PCB, you need to know exactly which standard you are looking at. Here is the complete translation matrix.
The Master Circuitry Symbols Reference Table
The table below maps the most common components to their respective regional standards. Use this as your primary bench reference when cross-referencing legacy prints with modern EDA tool outputs.
| Component | ANSI/IEEE Std 315 (US Legacy/Industrial) | IEC 60617 (Global/Modern EDA) | Practical Bench Meaning |
|---|---|---|---|
| Resistor | Zigzag line | Hollow rectangle | Current limiting. The zigzag represents old wire-wound resistors; the rectangle represents modern carbon/metal film blocks. |
| Capacitor (Non-Polarized) | Two parallel straight lines | Two parallel straight lines | AC coupling or filtering. Safe to install in either direction. |
| Capacitor (Polarized) | One straight line, one curved line | Two straight lines with a '+' sign | Energy storage (electrolytic/tantalum). The curved line (ANSI) or '+' (IEC) denotes the negative/outer foil plate. |
| Inductor | Series of looping humps | Series of looping humps (sometimes with dots) | Magnetic energy storage. Dots in IEC indicate core tap polarity or mutual inductance phasing. |
| Diode | Triangle pointing to a vertical line | Triangle pointing to a vertical line (often enclosed) | One-way current valve. The triangle points in the direction of conventional current flow (anode to cathode). |
| NPN Transistor | Circle with base, collector, and angled emitter (arrow pointing OUT) | Similar, but circle is sometimes omitted or base line is shorter | Current amplifier/switch. Arrow points out: 'Not Pointing iN' (NPN). Emitter goes to ground in low-side switching. |
| Relay Coil | Rectangle with a single diagonal line | Rectangle with multiple slanted lines or a simple box | Electromagnetic actuator. The diagonal lines distinguish it from a standard resistor or inductor block. |
| Earth Ground | Three decreasing horizontal lines | Three decreasing horizontal lines | Safety earth. Connects to the physical ground rod. Never carry normal return current on this path. |
| Chassis Ground | Three lines, bottom line has diagonal hatches | Three lines, bottom line is curved or hatched | Equipment frame. Used for shielding and 0V reference, but isolated from actual earth soil. |
Regional Standards: ANSI/IEEE vs. IEC vs. Old UK
The biggest source of confusion in circuitry symbols is assuming a single global standard exists. It does not. Your schematic's origin dictates its visual language.
ANSI/IEEE Std 315 (United States): This is the legacy standard you will encounter in US industrial control panels, UL508A schematics, and older American military/aerospace prints. It relies heavily on pictorial representations (like the zigzag resistor, which physically resembles the wire-wound resistors of the 1940s). If you are maintaining US factory equipment built before 2010, this is your baseline.
IEC 60617 (Global & Modern EDA): The International Electrotechnical Commission standard is the modern global default. It favors abstract, geometric shapes (the rectangular resistor) to make automated schematic capture and international collaboration easier. Modern EDA tools like KiCad 8+, Altium Designer, and EasyEDA default to IEC libraries. According to the IEC official symbol database, this standard is continuously updated to accommodate new semiconductor topologies that ANSI never addressed.
BS 3939 (Old UK): Largely superseded by IEC, but you will still find British Standard 3939 symbols on 1970s and 1980s UK-manufactured test equipment, marine radios, and legacy telecom racks. It features unique quirks, like representing a battery with alternating long and short dashes of equal thickness, unlike the modern varied-thickness standard.
The 'Rows People Get Wrong' Trap Guide
Even experienced engineers misread specific circuitry symbols when moving between regional standards or dealing with complex semiconductors. Here are the most common bench mistakes.
1. Polarized vs. Non-Polarized Capacitors
In ANSI, the curved plate on a polarized capacitor symbol represents the negative terminal (the outer foil in aluminum electrolytics). Hobbyists often assume the curved side is 'positive' because it looks like a plus sign. In IEC, both plates are straight, and polarity is strictly marked with a '+'. If you install a Kemet T491 tantalum capacitor backward based on a misread ANSI symbol, it will vent and short-circuit violently.
2. N-Channel vs. P-Channel MOSFETs
The arrow direction on the substrate/body diode dictates the channel type. For N-Channel (like the ubiquitous IRLZ44N), the arrow points IN toward the channel. For P-Channel (like the IRF9540), it points OUT. The trap is the dashed line: a dashed line between the drain and source indicates an enhancement-mode MOSFET (normally OFF). A solid line indicates depletion-mode (normally ON). Swapping these in a high-side switch design will cause your load to power on the moment the battery is connected.
3. NO vs. NC Relay and Contactor Contacts
In ANSI, a Normally Open (NO) contact is drawn with a diagonal line that does not touch the contact point. A Normally Closed (NC) contact has the diagonal line intersecting the contact point, often with a small perpendicular dash. In IEC, NO is represented by a simple slash (/) and NC by a slash with a cross or specific bracket. Misreading a safety interlock as NO when it is actually NC means your emergency stop button will fail to break the circuit.
4. Earth vs. Chassis vs. Signal Ground
Earth ground (3 decreasing lines) is for safety. Chassis ground (hatched bottom) is for the metal enclosure. Signal ground (a simple downward-pointing triangle or single line) is the 0V return path for low-voltage logic. Tying a noisy 24V motor return to your ESP32 signal ground because the symbols looked 'close enough' will induce brownouts and reset your microcontroller.
Decision Path: Which Symbol Standard Should You Use?
Do not leave your schematic standard to chance. Use this decision tree to lock in the correct circuitry symbols for your project before you place a single component.
| If your project scenario is... | Then you must use... | Why / Concrete Action |
|---|---|---|
| Designing a US industrial control panel (UL508A) or repairing legacy US factory gear. | ANSI/IEEE 315 | US AHJs (Authorities Having Jurisdiction) and UL inspectors expect ANSI symbols for industrial ladder logic and panel layouts. |
| Designing consumer electronics, IoT devices, or using modern EDA tools (KiCad, Altium). | IEC 60617 | Global supply chains and modern PCB fab houses require IEC. Set your KiCad symbol library to 'IEC' in the preferences menu. |
| Restoring 1970s/1980s British marine, telecom, or test equipment. | BS 3939 | Replacement parts and wiring harnesses will follow the original BS prints. Do not 'update' the schematic without red-lining the original. |
| Creating educational content, YouTube tutorials, or open-source hobby projects. | IEC 60617 | It is the international lingua franca. It renders cleaner at low resolutions and avoids the ambiguous ANSI ground symbols. |
Safe Interpretation When Markings Are Faded or Missing
Schematics degrade. Silkscreen fades under UV exposure and heat. When you are troubleshooting a board where the circuitry symbols are physically obliterated or the schematic print is smudged beyond recognition, do not guess based on component shape.
Step 1: Rely on Reference Designators, Not Symbols
Physical component shape is misleading. A small black cylinder could be a polarized electrolytic capacitor, a non-polarized film capacitor, or even an inductor. Ignore the visual shape and look for the PCB silkscreen reference designator. 'R' is always a resistor, 'C' is a capacitor, 'L' is an inductor, 'Q' is a transistor, and 'U' or 'IC' is an integrated circuit. Even if the schematic symbol is faded, the 'C14' stamped on the board tells you exactly what the node is supposed to do.
Step 2: Decode SMD Markings
If the schematic is missing entirely, read the surface mount codes. A 3-digit code like '472' on an SMD resistor means 47 × 10² ohms (4.7kΩ). A 4-digit code like '1002' means 100 × 10² (10kΩ). For capacitors, a code like '104' means 10 × 10⁴ picofarads (100nF). Use a digital caliper to measure the footprint size (e.g., 0805, 1206) to verify the physical power rating matches your replacement part.
Step 3: Trace the Ground Plane with a DMM
When ground symbols are unreadable on a degraded print, use a multimeter (like a Fluke 87V) in continuity mode. Place the black probe on a known earth-ground point (the AC inlet ground pin or the metal chassis). Probe the 'ground' side of your components. If you get a reading of less than 1.0 ohm, that node is tied to earth/chassis ground. If it reads open (OL), it is likely a signal or logic ground that is isolated via a ferrite bead or optocoupler. As detailed in the IEEE Std 315 documentation, maintaining strict separation between these ground types is critical for both safety and signal integrity.
Never assume a faded symbol is a standard resistor just because it looks like a zigzag in the remaining ink. Verify the footprint, measure the continuity, and confirm the reference designator before applying power.






