Decode a simple uuencoded block
Input
begin 644 text %2&5L;&\` end
Output
Hello
Useful for turning a uuencoded text block back into readable text.
Converters
Review practical Uudecode Text examples so you can understand expected input, output, and common patterns faster.
Use this Uudecode Text tool to convert uuencoded content back into readable text. It is useful for working with legacy encoded data, studying older transport formats, reversing uuencoded samples, and understanding what a uuencoded text block actually contains.
Example pages are especially useful for converters because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
Input
begin 644 text %2&5L;&\` end
Output
Hello
Useful for turning a uuencoded text block back into readable text.
Input
begin 644 text +:&5L;&\@=V]R;&0` end
Output
hello world
Useful when checking what a uuencoded legacy sample actually contains.
Fix: Use the correct decoder for the actual input format.
Fix: Make sure the full encoded content was copied, including header or end structure if present.
Fix: Keep the original encoded lines intact before decoding.
Fix: This version is best used for text-oriented decoding examples.
Fix: Use Uuencode Text to create uuencoded output from readable text.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main Uudecode Text page and test your own real input.