Novexa Studio
100% Free & Private — Zero Server Uploads

Free Online Tool Studio

Remove hidden location & metadata from photos, convert PDFs, compress images — 17 tools in all. Your files are never uploaded; everything runs in your browser.

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to text.

Novexa Studio runs entirely in your browser; no file you open here is ever transferred to or stored on our servers. Using these tools to forge documents, commit fraud or infringe copyright is prohibited. You are responsible for how you use them.

PRIVACY

Photo Metadata & Privacy Cleaner

See the GPS location, device details and hidden EXIF/C2PA data in your photo — then strip it in one click.

0 Server UploadOpen
FAST

Image Compressor & Format Converter

Cut file size without visibly hurting quality (WebP / JPG / PNG).

Canvas + PNG EncoderOpen
PRINT

Image DPI Converter (72 to 300 DPI)

Set the DPI your print shop asked for, and see the size the file will actually print at.

Header RewriteOpen
PRIVACY

MP3 Metadata & ID3 Tag Remover

Strip the studio, software and personal details from an audio file, keeping title and artist.

ID3 SurgeryOpen
DESIGN

Image Color Palette Extractor

Pull the HEX and RGB codes of the dominant colors out of any photo.

Pixel AnalysisOpen
BATCH

Images to PDF Creator

Collect several photos into one PDF, in exactly the order you choose.

jsPDF EngineOpen
POPULAR

Word (.docx) to PDF Converter

Turn Word documents into PDF in your browser, with zero data leaving your device.

Mammoth + jsPDFOpen
EDITABLE

PDF to Word (.docx) Converter

Turn the text in your PDF into an editable Word document.

PDF.js + docxOpen
POPULAR

PDF Merger (Combine PDFs)

Combine several PDFs into a single document, in the order you set.

PDF-Lib EngineOpen
POPULAR

PDF Page Splitter / Extractor

Pick pages by clicking their thumbnails, or type a range like 1-3, 5.

PDF-Lib EngineOpen
HANDY

PDF Page Rotator

Turn sideways or upside-down scans by 90°, 180° or 270° — page by page or all at once.

Instant RotateOpen
HIGH-RES

PDF to PNG / JPG Converter

Turn the pages you pick — or the whole document — into high-resolution PNG or JPG.

PDF.js RenderOpen
CUSTOM

Custom QR Code Generator

Create colored QR codes with custom dot styles and an icon in the middle.

Canvas QROpen
SECURITY

Strong Password Generator & Entropy Meter

Produce cryptographically secure random passwords with high entropy.

Crypto Random APIOpen
LIVE

Word & Character Counter

Live text analysis: words, characters, sentences, paragraphs and reading time.

Live AnalysisOpen
DEVELOPER

JSON Formatter & Validator

Make tangled JSON readable and catch syntax errors instantly.

Native ParserOpen
DEVELOPER

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to text.

Native EncoderOpen

Last updated:

What Base64 is for

Base64 is an encoding that turns any data into text made only of letters, digits and a couple of symbols. Its purpose is to move binary data through channels that can only carry text: email attachments, HTTP headers and small images embedded in configuration files all travel this way.

This tool encodes your text to Base64 or decodes a Base64 string back. Everything runs in your browser; your data is never sent anywhere.

Base64 is not encryption

A common mistake with expensive consequences: because Base64 output is unreadable, people assume it is secure. It is not. Base64 is reversible and needs no key to reverse — any tool will decode it in seconds.

So you cannot Base64 a password, an access key or personal data and call it hidden. Data that genuinely needs protecting needs encryption; Base64 is a transport format, not a security measure.

UTF-8 text is handled correctly, accented and non-Latin characters included — encode and decode any string and you get the same thing back.

How to encode and decode Base64

  1. Step 1: Choose the direction

    Select encoding to convert text to Base64, or decoding to read a Base64 string.

  2. Step 2: Paste your data

    Drop your text or Base64 string into the input field.

  3. Step 3: Copy the result

    The output appears immediately — copy it wherever you need it.

Frequently Asked Questions

Is Base64 a form of encryption?

No, and the distinction is important. Base64 is reversible without a key; being unreadable does not make it secure. Use real encryption for anything that needs protecting.

Are accented and non-Latin characters preserved?

Yes. Text is processed as UTF-8, so any character survives an encode and decode round trip unchanged.

Why is Base64 data bigger than the original?

The encoding represents every 3 bytes with 4 characters, so the size grows by roughly a third. That overhead is inherent to the format.

Why does decoding fail?

Usually part of the string was not copied, or line breaks and spaces crept in. Copy the data again in full and retry.

Is my data uploaded?

No. Encoding and decoding both run entirely in your browser.

Related Tools

We built this

Need something like it?

17 tools, three languages, 93 pages — and a $0 server bill. We build corporate sites and browser-based systems for other people too.

What we build