Convert text to Base32 and Base32 back to text. This tool helps you encode and decode text using Base32 encoding.
Base32 is a binary-to-text encoding scheme that represents binary data using 32 different characters. This tool helps you:
| Value | Character | Description |
|---|---|---|
| 0 | A | First letter |
| 1 | B | Second letter |
| 2 | C | Third letter |
| 3 | D | Fourth letter |
| 4 | E | Fifth letter |
| 5 | F | Sixth letter |