Base64URL Input

Decoded Output

About Base64URL

Base64URL is a URL-safe variant of Base64 encoding. It uses '-' instead of '+' and '_' instead of '/', and omits padding '=' characters. This makes it safe for use in URLs and filenames.