Base64URL Decode Tool
Decode base64url encoded strings. Base64URL is a URL-safe variant of Base64 encoding.
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.