Why do it here
Pasting a Base64 blob or a JWT into a random website is a bad habit. Those strings carry access keys and personal data, and most online tools convert them by posting the value to a server you know nothing about.
Every tool on this page runs as plain browser JavaScript. Once the page has loaded, nothing else goes over the network. Open your browser's Network tab, run a conversion, and watch: not a single request. It works on a plane.