# Radiation Equivalent Dose Converter (Sv / rem)

Convert radiation equivalent dose between Sv (sievert, SI base), mSv (1 = 0.001 Sv), µSv (1 = 1e-6 Sv), rem (1 = 0.01 Sv), and mrem (1 = 1e-5 Sv). Converts via Sv to the target unit and lists the equivalent value in all five units. ⚠️ Equivalent dose is NOT absorbed dose: equivalent dose = absorbed dose (Gy) × radiation weighting factor w_R (X/γ/β = 1, neutrons 5–20, alpha 20). Converting Sv → Gy requires dividing by w_R — use the absorbed-dose converter for that side. Reference values: natural background ≈ 3 mSv/yr, chest CT ≈ 7 mSv, annual occupational limit ≈ 50 mSv/yr, ARS threshold ≈ 1 Sv.

> Canonical page: https://elysiatools.com/en/tools/radiation-dose-equivalent-converter

- **Category:** Math & Numbers

- **Keywords:** equivalent dose, radiation dose conversion, sievert, Sv, rem, mSv, µSv, mrem, ionizing radiation, radiation protection, radiological

## Overview

Convert non-negative radiation equivalent dose values between Sv, mSv, µSv, rem, and mrem. Enter a value, choose the input and output units, set the decimal places, and receive the converted result plus equivalent values in all five units.

## Inputs

- **Input unit** (select)
- **Value** (number): Equivalent dose in the selected Input unit. Must be non-negative.
- **Output unit** (select)
- **Decimal Places** (number)

## When to use

- Convert clinical or environmental reference values between sieverts and rem-based units.
- Compare measurements recorded in Sv, mSv, µSv, rem, or mrem.
- Check radiation equivalent dose calculations without manually applying unit factors.

## How it works

- Enter a non-negative equivalent dose value.
- Select the input unit and the unit for the main output.
- Choose the number of decimal places from 0 to 10.
- The converter calculates through Sv and returns the selected result with equivalents in Sv, mSv, µSv, rem, and mrem.

## Use cases

- Radiation protection teams can compare dose records reported in SI and rem-based units.
- Students and educators can verify conversions for radiation science examples.
- Analysts can standardize environmental, medical, or occupational reference values before comparison.

## Frequently asked questions

### Which units does this converter support?

It supports Sv, mSv, µSv, rem, and mrem.

### What value should I enter?

Enter a non-negative equivalent dose in the selected input unit.

### Does the result include all supported units?

Yes. The JSON result lists equivalent values in all five supported units.

### Can this converter convert Sv to Gy?

No. Sv is equivalent dose, while Gy is absorbed dose. Converting between them requires a radiation weighting factor.

### How precise is the displayed result?

You can choose between 0 and 10 decimal places.

## Related tools

- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bits to GB](https://elysiatools.com/en/tools/bits-to-gb): Convert bits to gigabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Bits to MB](https://elysiatools.com/en/tools/bits-to-mb): Convert bits to megabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Bytes to GB](https://elysiatools.com/en/tools/byte-to-gb): Convert bytes to gigabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Byte to MB](https://elysiatools.com/en/tools/byte-to-mb): Convert bytes to megabytes using the decimal MB standard with configurable precision
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
