Size of Solidity Variables

Here is the size of Solidity variables in bytes:

TypeSize
uint81 byte
uint162 bytes
uint324 bytes
uint648 bytes
uint12816 bytes
uint25632 bytes
bool1 byte
bytes11 byte
bytes22 bytes
address20 bytes

Topics