JavaScript atob()

Decodes a Base64-encoded string and returns the original text.


Function

atob(string)

Parameters

string - A Base64-encoded string that needs to be decoded.

Return value

Returns the decoded string.

Example

atob('SSB3aWxsIGNvbWUgYmFjayBzb29u=');

Home Page Base64Decode List Privacy Policy About Us Contact

This website uses cookies to enhance your experience, personalize content and ads, and analyze our traffic.

©2025 Design by base64decodeonl.com