Encode text to Base32 or decode Base32 back to text.
(no output yet)
Use Base32 when you need a case-insensitive, file/system-friendly encoding (commonly used in secrets and identifiers).
Use it when you need a fast, offline conversion/validation step during development or debugging.