Blog

In this category you can find Base32 related blog articles, including the basics of Base32, its characters, how it works, or learn about the different Base32 variations. We will also show you how to use Base32 in different programming or scripting languages.

  • Base32 Encoding in JavaScript: With and Without External Library (For Native JS and Node.js)

    Base32 Encoding in JavaScript: With and Without External Library (For Native JS and Node.js)

    In this tutorial, we will explore how to do Base32 coding in JavaScript, with and without an external library. Specific external libraries will be offered and shown how to use them, as well as how to implement Base32 without external libraries in a JavaScript environment.

  • Base32 vs Base64 Comparison: Definitions, Use Cases, Character Sets

    Base32 vs Base64 Comparison: Definitions, Use Cases, Character Sets

    This blog post compares Base32 and Base64, delving into their definitions, use cases, and character sets. Discover their strengths, weaknesses, and the best times to use them in your applications. Whether you’re new to data encoding or need encoding guidance, this article offers valuable insights for making informed choices.

  • Base32 Code, String Format (Samples & Examples)

    Base32 Code, String Format (Samples & Examples)

    This article will show you what Base32 codes and strings look like, their structure and format. We also show samples and examples of them.

  • Is Base32 an Encryption? Do Encrypt and Decrypt Exist?

    Is Base32 an Encryption? Do Encrypt and Decrypt Exist?

    In this article we will find out if Base32 is encryption or not, we will see if we can say encrypt or decrypt for Base32. We will explain what exactly Base32 is and explain the differences between encryption, encrypt, encoding and decrypt.

  • Base32 Variants: Z-Base32, Base32Hex and Crockford’s Base32

    Base32 Variants: Z-Base32, Base32Hex and Crockford’s Base32

    In this article, we will examine the alternatives to Base32 based on their functions, uses and character sets to get an accurate picture of the advantages, disadvantages and differences between these methods.

  • Base32 Characters, Alphabet, Table, and Padding Explained

    Base32 Characters, Alphabet, Table, and Padding Explained

    In this article we will learn in detail about the Base32 characters, or alphabet, in table form. We will show the differences between the characters of each Base32 variation and even explain the meaning and function of padding.

  • What is Base32: Encoding, Decoding, Characters and Alternatives

    What is Base32: Encoding, Decoding, Characters and Alternatives

    The Base32 encoding, a technique that converts binary data into a set of 32 different characters. This blog post will delve into the intricacies of Base32, its character set, and the process of encoding and decoding. We’ll also explore some alternatives to Base32, such as Z-Base32, Base32Hex, and Crockford’s Base32, providing a comprehensive understanding of…