Uudecode Decoder
Paste a UUencoded block and instantly recover the original text or binary content in your browser.
UUencoded Input
Decode Info
0
Encoded lines
0
Decoded bytes
Filename
—
Mode
—
Try a Sample
Decoded Output
Decoded content will appear here
Copied!
Summary
Paste a UUencoded block and instantly recover the original text or binary content in your browser.
How it works
- Paste your UUencoded text into the input field (include the "begin" header and "end" footer if present).
- Click "Decode" to run the decoding algorithm client-side in your browser.
- Each encoded line is parsed: the first character gives the byte count, and the remaining characters are converted back to 6-bit groups.
- The recovered bytes are assembled and displayed as decoded text.
- If the original data was binary, click "Download File" to save the exact binary output.
- Filename and permission mode shown in the "begin" line are extracted and displayed automatically.
Use cases
- Recover the original content from legacy email attachments using UUencoding.
- Decode UUencoded Usenet binary posts archived from the early internet.
- Verify that your UUencoder produces output that round-trips correctly.
- Debug shell scripts that use uuencode/uudecode to embed binary payloads.
- Inspect UUencoded configuration blobs embedded in older Unix tools.
- Learn the UUencoding algorithm by comparing encoded input with decoded output.
Frequently Asked Questions
Related tools
Last updated: 2026-05-23 ·
Reviewed by Nham Vu