Base64 & URL Encoder

Workspace

Format
Direction
0 characters0 B / 2 MB
0 characters0 B

Options

Standard uses + and /. URL-safe uses - and _.

Padding is optional in many URL-safe uses.

Help

Guide

How to use

  1. Choose Base64 or URL encoding and select Encode or Decode.
  2. Enter text or a file, then copy or download the result.
Help

FAQs

What is Base64url?

It uses - and _ instead of + and /, making Base64 easier to use in URLs and filenames.

Is Base64 encryption?

No. Base64 changes representation but does not protect the data.