Radiation Dose EquivalentRems to Sieverts

rem to Sv

Snapshot

1 rem equals 0.01 Sv. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.

  • Reference basis: This converter uses the fixed radiation dose equivalent relationship between rem and sievert.
  • Example: For 100 rem, the result is 1 Sv with the same exact factor.
  • Use the reverse page if you need the opposite direction with the same basis.

Use the interactive calculator below for custom values and the common-value table for quick checks.

Interactive conversion

Converter Calculator

0.01 Sieverts (Sv)

Switch

Machine access

Available to apps and AI agents

rem to Sv can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.

Machine-readable identifiers

Conversion family
radiation-dose-equivalent
Source unit
rems
Target unit
sieverts

The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.

Example API request and response

POST /api/v1/convert

Request

{
  "family": "radiation-dose-equivalent",
  "value": 1,
  "from": "rems",
  "to": "sieverts"
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "radiation-dose-equivalent",
    "value": 1,
    "from": "rems",
    "to": "sieverts",
    "result": {
      "raw": 0.01,
      "display": "0.01"
    },
    "canonicalPath": "/radiation-dose-equivalent/rems-to-sieverts/"
  }
}
Full API documentation

Explanation

The converter converts rems to sieverts for radiation dose equivalent. The fixed relationship is 1 rem = 0.01 Sv, so 10 rem = 0.1 Sv and 100 rem = 1 Sv.

Use it when radiation dose equivalent values are reported in rem and need SI sievert units. The conversion is exact under the standard rem-to-sievert relationship.

Method & Radiation Dose Basis

  • Unit basis: 1 rem is equal to 0.01 sievert for dose equivalent conversion.
  • Applied factor: sieverts = rems x 0.01.
  • Consistency rule: snapshot, calculator, FAQ, and common values all use the same rem-to-Sv factor.

Common Conversion Values

Rems (rem)Sieverts (Sv)
0.1 0.001
1 0.01
10 0.1
100 1
1,000 10

Questions & answers

Frequently Asked Questions

How many sieverts are in 1 rem?

1 Rem equals 0.01 Sieverts on this page.

What exact relationship does this Rems to Sieverts page use for rem and sievert?

This route uses the exact relationship 1 rem = 0.01 sievert, so legacy rem values and sievert-based SI reporting stay aligned across the page.

When would I convert rems to sieverts?

Use this route when restating dose-equivalent values across health-physics, monitoring, compliance, or safety-reporting scales.

How do I reverse Rems to Sieverts?

Use the mirror Sieverts to Rems route; it applies the inverse relationship with the same dose-equivalent assumptions.