Apply EIP-55 checksumming: the letters in the hex address are set to upper or lower case according to a hash of the address itself, producing the familiar mixed-case form. Software that checks the pattern can then catch a mistyped address before money moves. A browser-based EIP-55 tool converts any 0x address to its checksummed form and validates existing mixed-case addresses, entirely on your own device.
Free EIP-55 Ethereum address checksum tool. Convert a 0x address to its checksummed form and validate the mixed case checksum entirely in your browser.
Open Ethereum Address Checksum Tool → Free toolFree hash generator. Create SHA-1, SHA-256 and SHA-512 hashes from any text instantly in your browser using the Web Crypto API.
Open Hash Generator (SHA-1 / SHA-256 / SHA-512) →An Ethereum address is 40 hex characters, and hex is case-insensitive, so aBc and abc are the same address. EIP-55 uses that freedom to embed a checksum: each letter's case is determined by the corresponding character of a hash of the lowercase address. The result looks like an ordinary address, but a wallet that validates the pattern will reject an address where a typo breaks the expected casing, which is real protection against sending funds into the void.
Convert an all-lowercase address to its checksummed form before publishing it on a site, in documentation or in a payment request, so recipients' wallets can verify it. And when you receive a mixed-case address, validate it: if the casing does not match the checksum, the address has been mangled somewhere and should not be used. An all-lowercase address is still valid but offers no typo protection.
Addresses you are about to send funds to are sensitive context. The checksum conversion and validation run entirely in your browser, with no server involved and nothing logged.
No, it is valid, but it carries no checksum, so typos in it cannot be detected from the address alone.
The casing does not match the EIP-55 checksum, so the address was mistyped or corrupted and should not be used.
No. Checksumming and validation run entirely in your browser.