Base64 to Octal Converter

Paste a Base64 string and instantly see every decoded byte expressed as an octal value.

Base64 Input

Try a sample:

Octal Output

Octal values will appear here

Copied to clipboard!

Summary

Paste a Base64 string and instantly see every decoded byte expressed as an octal value.

How it works

  1. Paste or type a Base64 string into the input field.
  2. Click Convert (or press Enter) to trigger the conversion.
  3. The tool decodes the Base64 string to raw bytes using the browser's built-in atob() function.
  4. Each byte value (0–255) is converted to its octal representation (000–377).
  5. Results are displayed as a space-separated sequence and in a byte-by-byte reference table.

Use cases

Frequently Asked Questions

Last updated: 2026-05-23 · Reviewed by Nham Vu