Output will appear here
Base32 encodes binary data using 32 ASCII characters (A–Z and 2–7). It is case-insensitive and produces output that is safe to use in file names, DNS labels, and other contexts where case sensitivity or special characters matter. Encoded output is padded with = to a multiple of 8 characters. The expansion factor is approximately 1.6× the original size.