A bit is the main and the smallest unit of information. Though, we often use other units of information to measure large amounts of data.
The table below shows some units and the correspondence between them:
| 1 Byte | Bit | 8 Bit |
| 1 Kibibyte | Bit | 8 192 Bit |
| 1 Mebibyte | Bit | 8 388 608 Bit |
| 1 Gibibyte | Bit | 8 589 934 592 Bit |
| 1 Tebibyte | Bit | 8 796 093 022 208 Bit |
| 1 Pebibyte | Bit | 9 007 199 254 740 992 Bit |
| 1 Exbibyte | Bit | 9 223 372 036 854 775 808 Bit |
Write a program that reads an integer number of exbibyte and converts this amount of information into bits.