AppDevTools
AppDevTools
/
Encoders and Decoders
Base32 Encoder / Decoder

Base32 Encoder / Decoder

client

Documentation

The Base32 encoding index table

The following is the Base32 encoding index table.

IndexCharacterIndexCharacter
0A16Q
1B17R
2C18S
3D19T
4E20U
5F21V
6G22W
7H23X
8I24Y
9J25Z
10K262
11L273
12M284
13N295
14O306
15P317

Related Tools

URL Encoder / Decoder

Encodes URL strings to comply with the URL standard or decodes URL strings to a human-friendly and more readable one.

HTML Entity Encoder / Decoder

Encodes a string to HTML entities or decodes HTML entities to their original characters. Supports named references and decimal values.

Base58 Encoder / Decoder

Encodes either text or HEX to Base58 or decodes Base58 to text or HEX.

Base64 Encoder / Decoder

Encodes text to Base64 or decodes Base64 to text. Supports UTF-8.

Base64 Image Encoder / Decoder

Encodes a binary image to Base64 or decodes Base64 to a binary image on your browser without uploading it.

JWT Decoder

Decodes a JSON Web Token (JWT) instantly to view the claims inside, such as the algorithm used to sign it and the attached data.

Share