Base64 to Decimal Converter

Paste a Base64 string and instantly see the decimal value of each decoded byte alongside its hex, binary, and printable character.

Base64 Input

Decimal Output

Enter a Base64 string and click Decode

Copied!

Summary

Paste a Base64 string and instantly see the decimal value of each decoded byte alongside its hex, binary, and printable character.

How it works

  1. Paste or type a Base64 string into the input field.
  2. The tool decodes the string using the standard Base64 alphabet (A-Z, a-z, 0-9, +, /).
  3. Each decoded byte is converted to its decimal (0-255) integer value.
  4. Results display the decimal value, hex value, binary representation, and printable character for every byte.
  5. For inputs up to 8 bytes, a combined unsigned integer value is also computed.
  6. Use the Copy button to export the decimal values as a space-separated list.

Use cases

  • Inspect the raw byte values of Base64-encoded tokens or payloads.
  • Understand how text characters map to decimal numbers at the byte level.
  • Debug Base64-encoded data by examining individual decimal byte values.
  • Convert Base64 color codes or small integers back to their numeric form.
  • Verify encoded data integrity by checking byte values against a specification.
  • Learn how decimal, hex, and binary relate through hands-on byte inspection.
  • Analyze multi-byte integer encoding in network protocols or file formats.
  • Decode Base64-wrapped numeric data in JWT tokens or binary payloads.

Frequently Asked Questions

Last updated: 2026-06-13 · Reviewed by Nham Vu