crypto

ETH Unit Converter

convert between wei, gwei, ether, and extended ethereum denomination units

Live output enabled
Ready

Enter numeric amount only, then choose the input unit below.

About ETH Unit Converter

ETH Unit Converter explains Ethereum denominations from wei to tether so on-chain values, gas calculations, and UI displays stay consistent and safe.

Use Cases

  • Convert gas prices in gwei to wei for contract and script inputs.
  • Translate large treasury balances into readable ether terms.
  • Verify denomination correctness before signing transactions.

Examples

Convert one ether to lower denominations.

Input

Input Value: 1
Input Unit: ether

Output

wei: 1,000,000,000,000,000,000
gwei: 1,000,000,000
finney: 1,000

Convert gwei input into ether for wallet display.

Input

Input Value: 210000
Input Unit: gwei

Output

ether: 0.00021
wei: 210,000,000,000,000

Ethereum Denomination Reference

FormatWei Factor (10^x)What It MeansCommon Usage
wei10^0Smallest indivisible ETH unitRaw on-chain integer amounts
kwei (babbage)10^31,000 weiLegacy denomination naming
mwei (lovelace)10^61,000,000 weiIntermediate denomination conversions
gwei (shannon)10^91,000,000,000 weiGas price displays and fee settings
szabo10^1210^12 weiHistorical micro-payment denomination
finney10^1510^15 weiHistorical milliether denomination
ether10^18Base user-facing ETH unitWallet balances and transfers
kether (grand)10^211,000 etherLarge balance notation
mether10^2410^6 etherVery large treasury-scale values
gether10^2710^9 etherProtocol-level theoretical scale
tether10^3010^12 etherExtended denomination reference

FAQ

Why should smart contracts store values in wei?

Wei avoids floating-point errors by representing ETH amounts as integers, which is the safe and standard on-chain pattern.

Why is gwei shown so often in wallets and explorers?

Gas fees are typically priced in gwei because it keeps fee values human-readable while preserving enough precision.