b2KIT

Frequency Converter

Convert hertz, kilohertz, megahertz, gigahertz, RPM, and radians per second.

Tested tool guide Tested browser tools Checked August 16, 2026

What Frequency Converter does, with a checked example

Frequency Converter relates ordinary frequency, rotational speed, and angular frequency using six supported units: hertz, kilohertz, megahertz, gigahertz, revolutions per minute, and radians per second. Enter a value with its source unit and choose the unit in which you need the equivalent rate. Metric prefixes are handled by powers of 1,000, RPM is related through 60 seconds per minute, and angular frequency uses 2 * pi radians per cycle. The common surprise is that 1 Hz equals 2 * pi rad/s, not 1 rad/s.

Worked example

A concrete input and expected output from the current implementation.

Input

60 RPM, converted to hertz

Expected output

1 Hz

RPM counts revolutions per minute. Dividing 60 revolutions per minute by 60 seconds per minute gives exactly 1 revolution, or cycle, per second.

How the result is produced

1

Metric frequency scaling

Hertz means cycles per second. The prefixed units scale that rate by powers of 1,000: 1 kHz is 1,000 Hz, 1 MHz is 1,000,000 Hz, and 1 GHz is 1,000,000,000 Hz. Conversion between them changes the displayed number while preserving the underlying frequency.

2

Rotation and angular frequency

For a repeating rotation, RPM is converted to hertz by dividing by 60 because RPM is measured per minute and hertz is measured per second. Radians per second expresses angular frequency instead: one complete revolution contains 2 * pi radians, so a frequency f in hertz corresponds to an angular frequency of 2 * pi * f rad/s.

Good uses

  • Convert a motor or turntable rating in RPM into revolutions per second for timing calculations.
  • Translate a radio frequency stated in MHz into Hz or GHz for comparison with another specification.
  • Convert between hertz and radians per second when working with oscillation, control-system, or signal formulas.

Limits and checks

  • RPM converts directly to hertz only when one full revolution represents one cycle of interest. A fan with several blades or a gear with several teeth can produce multiple events per revolution.
  • Hz and rad/s describe related but numerically different quantities. Treating them as interchangeable without the factor of 2 * pi produces an incorrect result.
  • The conversion changes units, not measurement quality. Extra displayed digits do not make a rounded or approximate source value more precise.

Common questions

Is RPM the same quantity as hertz?

Not exactly. RPM reports revolutions per minute, while hertz reports cycles per second. They can describe the same repeating rotation after a time-unit conversion: divide RPM by 60 to obtain hertz, or multiply hertz by 60 to obtain RPM. That equivalence assumes each revolution counts as one cycle.

Can I convert megahertz directly to radians per second?

Yes. First interpret the megahertz value as cycles per second by multiplying it by 1,000,000, then multiply by 2 * pi radians per cycle. The resulting rad/s value is angular frequency. It is not a count of cycles per second, even though it represents the same rate of repetition.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools