Loading…

How to use Uuencode / Uudecode

Choose Encode or Decode. Encoding wraps your text in a begin 644 … / end block using the traditional uuencode alphabet; decoding reads that block back to text.

Frequently asked questions

What is uuencode?

A historic Unix encoding that packs 3 bytes into 4 printable characters (each 6-bit value plus 0x20), used to send binary data over text-only email and Usenet.

What do the begin and end lines mean?

'begin <mode> <name>' starts the stream with a file permission mode and name; a line with a single grave and 'end' close it. This tool includes them automatically.

Does it handle the space/backtick quirk?

Yes — zero values may be written as a backtick instead of a space, and the decoder accepts both.

More Encoders & Decoders

XXencode / XXdecode
XXencode & XXdecode using the portable +-0-9A-Za-z alphabet
Base64 Encoder
Encode text or files to Base64 string format
Base64 Decoder
Decode Base64 strings back to plain text or binary
Base64 Image Encoder
Convert images to Base64 data URIs for CSS/HTML
Base32 Encoder
Encode text using RFC 4648 Base32 encoding
Base32 Decoder
Decode Base32 encoded strings back to plain text
URL Encoder
Percent-encode special characters for safe URL usage
URL Decoder
Decode percent-encoded URLs back to readable text
HTML Entities Encoder
Encode special characters to HTML entity references
HTML Entities Decoder
Decode HTML entities back to their plain text form
Text to Binary
Convert text to 8-bit binary (0s and 1s) format
Binary to Text
Convert binary (0s and 1s) back to readable text

← View all Encoders & DecodersBrowse all 1,100+ tools →