> ``` > # example CID > zb2rhe5P4gXftAwvA4eXQ5HJwsER2owDyS9sKaQRRVQPn93bA > # corresponding human readable CID > base58btc - cidv1 - raw - sha2-256-256-6e6ff7950a36187a801613426e858dce686cd7d7e3c0fc42ee0330072d245c95 > ``` In multihash length in bytes > ### [Format](https://github.com/multiformats/multihash#format) > > ``` > <varint hash function code><varint digest size in bytes><hash function output> > ``` > > Binary example (only 4 bytes for simplicity): > > ``` > fn code dig size hash digest > -------- -------- ------------------------------------ > 00010001 00000100 101101100 11111000 01011100 10110101 > sha1 4 bytes 4 byte sha1 digest > ``` >