Base64 Decoder
cross-browser testing tools
World's simplest online base64 decoder for web developers and programmers. Just paste your base64 data in the form below, press the Base64 Decode button, and you'll get a base64 decoded string. Press a button – get the result. No ads, nonsense, or garbage.
51K
Announcement: We just launched Online Math Tools – a collection of utilities for solving math problems. Check it out!
Want to base64 encode?
Use the base64 encoder tool!
Using a Base-64 Decoder in Cross-browser Testing
A base-64 decoder can be useful if you're doing cross-browser testing. Base-64 decoding is one of the most commonly used operations used in unit tests. As unit tests compare input data with output data, a base-64 decoder is usually used to embed binary data (or binary files, such as icons, images, or music files) into the test file. For example, if your web application is applying effects to images, then to make sure that between the releases, your code hasn't broken, you can create a test case that stores the image without the effect and with the effect in a file that defines the unit test. Additionally, you can use this utility to decode arbitrary base-64 data, such as text and strings, as well as validated if the input data is valid base-64.
Looking for more web developer tools? Try these!
Text Columns to Rows Converter
Text Rows to Columns Converter
Text to HTML Entities Converter
UNIX time to UTC time Converter
UTC time to UNIX time Converter
Seconds to Human Readable Time
Binary Bitwise NAND Calculator
Binary Bitwise XNOR Calculator
Binary Bit Rotator to the Left
Binary Bit Rotator to the Right
Text Character Rotator to the Left
Text Character Rotator to the Right
Number of Letters in Text Counter
Number of Words in Text Counter
Number of Lines in Text Counter
Number of Paragraphs in Text Counter
Decimal to Scientific Converter
Scientific to Decimal Converter
Celsius to Fahrenheit Converter
Pro tip: You can use ?input=text query argument to pass text to tools.