Convert Ethereum addresses to checksummed format using EIP-55 standard. Validate addresses with built-in verification. Free, secure, client-side processing.
EIP-55 is an Ethereum Improvement Proposal that defines a checksum format for Ethereum addresses. It uses mixed-case hexadecimal encoding to prevent typos and copy-paste errors when transferring funds. The checksum is calculated using the Keccak-256 hash of the lowercase address.
An EIP-55 checksum address is an Ethereum address with a specific capitalization pattern, generated using the Keccak-256 hash of the lowercase address. This helps detect typos and ensures address integrity.
Address Validator
Validate Ethereum addresses fast. Check 0x prefix, length, hex characters, and EIP-55 checksum. Copy normalized lowercase or checksummed output instantly.
Keccak256 Hasher
Generate keccak256 hash online instantly. Solidity compatible hashing for Ethereum smart contract development. UTF-8 text and hex input modes.
Hex ↔ Decimal
Convert between hexadecimal values and decimal uint256-style integers. Perfect for decoding Ethereum calldata, logs, and on-chain uint256 values.
JSON Formatter
Format and beautify JSON data with proper indentation. Validate JSON syntax and make it readable.