⚡ Electric Charge Converter

Convert electric charge between Coulombs, elementary charges (e), Ampere-seconds, statcoulombs (esu), and common prefixed units. Supports single conversions and batch CSV processing.

Single Conversion







Result: -

Batch Mode (CSV Upload)

Upload a CSV file with columns: value,from,to (header optional). Example row: 1e-6,C,uC

Electric Charge: Units, History, and Conversions

Electric charge is a fundamental physical property describing how matter participates in electromagnetic interactions. The SI unit of electric charge is the coulomb (C), but in many contexts—especially atomic and particle physics—the elementary charge (e) is used. This article explains the units, how to convert between them, and practical applications across science and engineering.

1. What is Electric Charge?

At its core, electric charge quantifies the imbalance between protons (positive) and electrons (negative). Charges exert forces on each other via the electromagnetic field: like charges repel, unlike charges attract. Electric charge is conserved — total charge in a closed system remains constant.

2. Common Units and Their Definitions

  • Coulomb (C): The SI unit. One coulomb is the charge transported by a current of one ampere in one second: 1 C = 1 A·s.
  • Elementary charge (e): The magnitude of charge carried by a proton (or the negative of an electron): e = 1.602176634 × 10⁻¹⁹ C (exact by definition since 2019 SI updates fix fundamental constants).
  • Ampere-second (A·s): Equivalent to the coulomb (practical representation: current × time).
  • Statcoulomb (statC or esu): CGS (electrostatic) unit of charge. 1 statC ≈ 3.335640951×10⁻¹⁰ C.
  • Prefixed units: milliCoulomb (mC = 10⁻³ C), microCoulomb (µC = 10⁻⁶ C), nanocoulomb (nC = 10⁻⁹ C), etc.

3. Exact Conversion Constants Used

  • 1 e = 1.602176634e-19 C
  • 1 C = 6.241509074460763e18 e (approx)
  • 1 A·s = 1 C
  • 1 statC = 3.3356409519815204e-10 C (approx)
  • 1 mC = 1e-3 C
  • 1 µC = 1e-6 C

4. Why Different Units Exist

Different units arose from different measurement systems and practical needs: SI for engineering and everyday science, CGS for theoretical electromagnetism, and atomic units for particle physics where charges are small (using multiples of e makes numbers simpler). Ampere-second is convenient when measuring charge transferred by currents over time.

5. Practical Applications

  • Electronics: Capacitor charge is often measured in microcoulombs; charge transfer matters for sampling circuits.
  • Particle physics: Beam charge is often expressed in coulombs or elementary charges (number of electrons/protons).
  • Electrochemistry: Faraday’s laws relate charge to amount of substance deposited in electroplating (1 mole of electrons carries approx 96485 C, the Faraday constant).
  • Instrumentation: Integrating current over time yields charge (A·s), used in coulomb counting for batteries.

6. Worked Examples

Example 1 — Convert 1 µC to elementary charges:

1 µC = 1×10⁻⁶ C. Number of elementary charges = (1×10⁻⁶) / (1.602176634×10⁻¹⁹) ≈ 6.2415×10¹² e.

Example 2 — Convert 5 statC to coulombs:

5 statC × 3.33564095198×10⁻¹⁰ C/statC ≈ 1.66782×10⁻⁹ C.

Example 3 — Battery coulomb count:

A 2 Ah battery supplies 2 A for 1 hour = 2 A × 3600 s = 7200 C of charge.

7. Conversion Table (quick reference)

  • 1 C = 1 A·s = 6.2415×10¹⁸ e ≈ 2.9979×10⁹ statC
  • 1 e = 1.602176634×10⁻¹⁹ C = 1.602176634×10⁻¹⁶ mC
  • 1 mC = 1e-3 C = 6.2415×10¹⁵ e
  • 1 µC = 1e-6 C = 6.2415×10¹² e

8. Batch CSV Notes

The batch mode accepts CSV rows like value,from,to. The script converts each row and returns a CSV with an added result column. Invalid or empty rows are skipped. Use scientific notation (e.g., 1e-6) for very small/large values.

9. Safety & Measurement Considerations

Charge measurements can be sensitive to leakage currents, insulation resistance, and environmental conditions. Electrometers, Faraday cups, and charge integrators are designed to measure small charges—careful shielding and calibration are required. In electrostatic systems, small charges can produce large voltages if capacitance is small; always follow ESD safety practices when handling semiconductor devices.

10. Extended FAQs

Why is the elementary charge exact in SI?

Since the 2019 SI redefinition, certain fundamental constants (including the elementary charge) have exact defined values in the SI, removing dependence on physical artifact standards.

Is ampere-second different from coulomb?

They are the same dimensionally: 1 A·s = 1 C. Ampere-second emphasizes measurement via current over time.

What instrument measures charge directly?

Electrometers and Faraday cups measure charge directly; coulombmeters integrate current over time.

How many electrons per coulomb?

Approximately 6.241509074×10¹⁸ electrons per coulomb.

What is a statcoulomb used for?

statC (esu) is used in the CGS electrostatic system; mostly of historical/theoretical interest today but still found in some older literature.

How to convert between voltage and charge?

Through capacitance: Q = C × V (charge = capacitance × voltage). To convert, you need the capacitance in farads.

Why do prefixed units matter?

They make human-readable numbers for large or small charges (e.g., microcoulombs for capacitance in electronics).

Can I convert current directly to charge?

Yes: integrate current over time. Example: 0.5 A for 10 s → 5 C.

11. Conclusion

Electric charge is a compact concept with many practical representations. Converting between coulombs, elementary charges, ampere-seconds, and statcoulombs is straightforward once the exact constants are known. Whether you're designing circuits, counting elementary charges in a beam, or doing theoretical work in CGS units, a reliable converter helps avoid mistakes and speeds up calculations.

This article aims to be a comprehensive reference — combine it with practical instruments and datasheets when making real measurements.