Base64 Decode
Decode Base64 strings back to readable text
base64decodedecoding
Learn more
Step-by-step guide
How to Decode a Base64 String
Turn Base64 encoded text back into its original readable form using the DevHexLab Base64 Decoder.
In-depth article
How to Decode Base64 Strings and Read Encoded Data
Base64 encoded strings show up in JWTs, basic auth headers, email attachments, and data URIs. Here is how to decode them and turn that wall of letters back into readable text.