Convert Base64URL from JWTs and URLs back to readable text
Convert Base64URL-encoded strings back to readable plain text. Base64URL is the URL-safe encoding used in JWT tokens, OAuth flows, and URL parameters. This tool decodes Base64URL strings (with - and _ characters) and displays the original text content. Perfect for inspecting JWT token contents, debugging OAuth tokens, and extracting readable information from URL-safe encoded data.
Paste your Base64URL-encoded string
The tool converts it to text instantly
View the decoded readable text
Copy the plain text result
Decode JWT token header and payload to JSON
Extract text from Base64URL-encoded URLs
Inspect OAuth and SAML token contents
Debug URL-safe encoded parameters
Convert JWT segments to readable JSON
Instant Base64URL to text conversion
Handles - and _ characters
Works with or without padding
Full UTF-8 Unicode support
One-click copy to clipboard