Decode URL-safe Base64 into bytes while restoring omitted padding.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
URL-safe - and _ map to the standard 6-bit alphabet, missing padding is restored to a multiple of four, and 24-bit groups become bytes. The result can be arbitrary binary.
SGVsbG8sIFdvcmxkIQ
Hello, World!
JWTs, URL keys, and WebAuthn or OAuth debugging decode Base64url.