Skip to main content

Base32 Encoder / Decoder

Encode and decode text or data in Base32 format. Perform RFC 4648 compliant conversions right in your browser.

Padding (=)
 

Standard Alphabet

0A
1B
2C
3D
4E
5F
6G
7H
8I
9J
10K
11L
12M
13N
14O
15P
16Q
17R
18S
19T
20U
21V
22W
23X
24Y
25Z
262
273
284
295
306
317
Share this tool
📖

How to Use

Step 1

Enter Text

Enter Text

Enter the text to encode or decode

Step 2

Select Mode

Select Mode

Select encode or decode mode

Step 3

Copy Result

Copy Result

Copy the conversion result

Features

Real-time Conversion

Perform Base32 encoding/decoding in real time as you type

Multiple Variants

Support standard Base32, Base32Hex, Crockford Base32, and more

Padding Control

Toggle padding (=) on or off

FAQ

An encoding scheme that represents binary data using 32 characters (A-Z, 2-7). Useful in case-insensitive environments.