Convert Ethereum token units between Wei, Gwei, and ETH with support for BigInt precision. Perfect for smart contract developers.
Ethereum uses three primary units for transaction values and token amounts: Wei, Gwei, and ETH. Understanding the relationships between these units is essential for smart contract development, gas calculations, and token transfers.
Smart contracts use Wei (the smallest unit), wallets display ETH, and gas prices are quoted in Gwei. Accurate conversions are essential for development and debugging.
Hex ↔ Decimal
Convert between hexadecimal values and decimal uint256-style integers. Perfect for decoding Ethereum calldata, logs, and on-chain uint256 values.
Checksum Address Generator
Convert Ethereum addresses to checksummed format using EIP-55 standard. Validate addresses with built-in verification. Free, secure, client-side processing.
Keccak256 Hasher
Generate keccak256 hash online instantly. Solidity compatible hashing for Ethereum smart contract development. UTF-8 text and hex input modes.
Color Converter
Convert colors between HEX, RGB, HSL, and CMYK formats. Color picker with preview.