Video guide · 18 seconds
Watch: encode and decode Base64
No sound. Each step is captioned on screen and also written out in the guide below.
Data & developer tools Text
Encode text for transport or decode a Base64 value without sending your data anywhere.
Workspace
Unicode text and whitespace are preserved.
Your converted value will appear here.
Video guide · 18 seconds
No sound. Each step is captioned on screen and also written out in the guide below.
A quick guide
Encode readable text or decode a Base64 value.
Paste content into the input panel. Unicode is supported.
Copy or download the converted value locally.
Example
Hello, BytesBench!
SGVsbG8sIEJ5dGVCZW5jaCE=Base64 is an encoding format for moving bytes through text-friendly systems. It is not encryption.
Good to know
No. Base64 changes how bytes are represented; anyone can decode it. Do not use it as a security or privacy measure.
Yes. BytesBench converts text as UTF-8, so accented characters, symbols, and non-Latin scripts round-trip safely.
Yes. Whitespace is ignored while decoding, but the decoded value must be valid UTF-8 text.