Bytes32 to String Decoder
Decode bytes32 back to readable string. Perfect for reading Solidity smart contract data.
Live
Input Bytes32
Length: 0 characters
About Bytes32 Decoding
This tool decodes bytes32 values back to human-readable strings. Useful when reading data from Solidity smart contracts that use bytes32 for storage.
Example
Input:
0x68656c6c6f000000000000000000000000000000000000000000000000000000
Output:
hello