Base 32 decoding

This is the base-64-like variant of base 32.

This uses the symbols A-Z and 2-7, with A having a value of 0, Z being 25, and 7 being 31. This implementation accepts both upper and lowercase letters equally, and ignores all other characters without warning. Three types of output are provided: encoded bytes in hexadecimal, encoded text as if it were UTF-8, and a bit string.Base32 - Wikipedia.



Hex:

Bits:

oatcookies.neocities.org | posted 2023-12-24