When you convert base64 to image, you decode a text string into its original binary format. Base64 encoding uses 64 different ASCII characters (A-Z, a-z, 0-9, +, /) to represent binary data. Every 3 bytes of image data becomes 4 Base64 characters, increasing file size by 33%. https://toolexe.com/base64/base64-to-image