Skip to content
The Internet Compass

Developer Utilities

Base64 Decoder

Decodes Base64 back to text with correct Unicode handling — the counterpart to the encoder above.

FreeNo sign-upRuns in your browser

How it works

  1. 1Paste a Base64 string
  2. 2It's decoded immediately
  3. 3Copy the readable result

Who this is for

  • Reading the contents of a Basic Auth header
  • Decoding a data URL's contents
  • Inspecting an encoded config value