Developer
UUID Generator
Generate random version 4 UUIDs in bulk and copy or download them.
Open toolDeveloper
Encode text to Base64 or decode Base64 back to text, with full Unicode support and nothing leaving your browser.
Good to know
Yes. Text is converted to UTF-8 bytes before encoding, so any Unicode character round-trips correctly.
A variant that replaces + and / with - and _ and drops the padding, making the value safe to use inside URLs and JWTs.
The input contains characters outside the Base64 alphabet, or bytes that are not valid UTF-8 text. Check for truncated or pasted-over content.
No. It is an encoding, not encryption — anyone can decode it. Never use it to hide passwords or secrets.