Decode from Base64 format with various advanced options for binary schemas.
What is Base64?
Base64 is a group of binary-to-text encoding schemes that represent binary data (more specifically, a sequence of 8-bit bytes) in an ASCII string format by translating the data into a radix-64 representation.