Base64 Encoder/Decoder

Convert text to Base64 and back with support for URL-safe encoding

URL-Safe Base64 uses '-' and '_' instead of '+' and '/', and omits padding '='
Input Length: 0
Output Length: 0
Encoding Type: Standard

Examples

Standard Base64

Input: Hello, World!

Output: SGVsbG8sIFdvcmxkIQ==

URL-Safe Base64

Input: Hello, World!

Output: SGVsbG8sIFdvcmxkIQ