UUencode Decoder

code
Loading feedback…

Paste legacy uuencoded text and convert it back into the original downloadable binary file.

Last updated: May 19, 2026Author: Mateo DíazReviewed by: Riley Williams
UUencode Decoder
In-browser
Decode uuencoded text into a downloadable file
Characters: 35Words: 6Sentences: 1Lines: 4
Characters: 0Words: 0Sentences: 0Lines: 0

What is a UUencode decoder?

A UUencode decoder converts legacy uuencoded text back into binary bytes. UUencode is older than Base64 and appears in some Unix, email, and archive workflows.

How to use it

  1. Paste the full uuencoded block, including the begin line and end line.
  2. Let the tool decode the body lines.
  3. Download the reconstructed file.

Example

Input: a block starting with begin 644 hello.txt

Output: a downloadable decoded file.

Common mistakes

  • UUencode is not Base64, so Base64 decoders will not handle it correctly.
  • The begin line is required.
  • Old email systems may wrap or alter lines, which can corrupt the output.

Related tools

Privacy and security

The uuencoded text is decoded locally in your browser. Treat unknown decoded files carefully.