Skip to content

Base64

Base64 encodes bytes as ASCII text using a 64-character alphabet. It is reversible encoding, not encryption, and expands data by roughly one third.

URL-safe Base64 variants appear in JWTs and tokens. Encode or decode locally with Base64 Encode/Decode, and read What is Base64? for context.

Related tools

Related articles