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
0
Input chars
0
Decoded bytes
0
Byte sum
Combined unsigned integer (big-endian)
Decimal Output
Enter a Base64 string and click Decode
Showing first 512 bytes. Full byte count shown in stats.
| # | Dec | Hex | Binary | Char |
|---|
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
- Paste or type a Base64 string into the input field.
- The tool decodes the string using the standard Base64 alphabet (A-Z, a-z, 0-9, +, /).
- Each decoded byte is converted to its decimal (0-255) integer value.
- Results display the decimal value, hex value, binary representation, and printable character for every byte.
- For inputs up to 8 bytes, a combined unsigned integer value is also computed.
- 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