Mocking.Dev

Base64 Encoder Decoder

Encode and decode Base64 strings for tokens, payloads, headers, and API test values.

Base64 input

Enter text to encode or Base64 to decode.

Base64 output

Encoded or decoded output appears after a short delay.

eyJ1c2VySWQiOiJ1c3JfMTA0OCIsInJvbGUiOiJhZG1pbiJ9

Frequently asked questions

What does this Base64 tool do?

It converts plain text into Base64 and decodes Base64 back into readable text, including Unicode-safe input.

How is Base64 useful for API testing?

Base64 often appears in encoded payloads, basic auth values, tokens, binary placeholders, and copied API examples.

Is Base64 encryption?

No. Base64 is an encoding format, not encryption. Encoded values can be decoded by anyone with the string.

Similar tools