Radiation Dose EquivalentSieverts to Rems

Sieverts to Rems

Snapshot

1 Sievert equals 100 Rems. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.

  • Reference basis: This conversion uses exact sievert-based dose-equivalent definitions.
  • Example: For 0.1 Sieverts, the result equals 10 Rems.
  • 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

100 Rems (rem)

Switch

Machine access

Available to apps and AI agents

Sieverts to Rems 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
sieverts
Target unit
rems

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": "sieverts",
  "to": "rems"
}

Essential response

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

Explanation

Formula: Rems = Sieverts × 100. Why: the rem has the fixed definition 1 rem = 0.01 Sv, so the calculator normalizes through sieverts before applying the target scale.

Sieverts (Sv): the SI derived unit of dose equivalent, expressing the biological effect of ionizing radiation exposure.

Rems (rem): a legacy dose-equivalent unit tied to a fixed sievert equivalent, where 1 rem equals exactly 0.01 Sv.

This route is useful when translating dose-equivalent values between legacy rem-based references and modern sievert-based SI reporting in radiation protection, safety, and technical documentation.

This conversion is purely multiplicative because both units reduce through sieverts using fixed dose-equivalent definitions with no offset.

Method & Reference

  • Method basis: exact conversion formula shown in Snapshot.
  • Applied factor: 1 Sievert = 100 Rems.
  • Consistency rule: calculator output and table values use the same constants and rounding policy.

Common Conversion Values

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

Questions & answers

Frequently Asked Questions

How many rems are in 1 sievert?

1 Sievert equals 100 Rems on this page.

What exact relationship does this Sieverts to Rems 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 sieverts to rems?

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

How do I reverse Sieverts to Rems?

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