Inspect an image data URL
Preview Base64 image data, confirm the MIME type, then check presentation contrast before sharing.
Encode, decode, inspect, and copy a safe payload report for Base64, Base64URL, image data URLs, JSON payloads, and JWT segments locally in the browser.
Input / Output
Input, output, and copy actions stay in this main surface. Examples and reference checks are separated below.
Local session
Input state is saved only in this browser so you can restore the last workspace without an account.
Open examples, checks, and related tools only after the primary input/output flow is done.
Inspect an image data URL
Preview Base64 image data, confirm the MIME type, then check presentation contrast before sharing.
Decode an API token
Inspect JWT claims, check time fields, and compare encoded segments safely.
Read header and payload, compare expected claims, and copy an auth report without sending the token to a verifier.
Convert exp, iat, and nbf values into readable dates.
Compare Base64URL segments, padding issues, and copy a payload report when token context is unclear.
Verify a webhook signature
Generate the HMAC output, copy a safe signature report, and inspect payload shape or encoding before changing webhook code.
Before copying
Common failure cases
Related tools
Guides
Open examples, checks, and related tools only after the primary input/output flow is done.
hello worldSGVsbG8sIEJvYiE=data:image/png;base64,iVBORw0KGgo=Base64 examples
Input bytes
11
Output characters
16
Padding characters
1
Base64 variant
Standard Base64
Output variants
Copy the standard value for headers and storage, or URL-safe value for path and token segments.
aGVsbG8gd29ybGQBase64 diagnostics
Check decoded shape, JSON keys, line count, and control characters before copying the value.
Detected content
text
Text lines
1
JSON keys
0
Control characters
0
Review notes
Base64 payload report
Copy a compact handoff report with Base64 variant, decoded shape, review notes, and safe sharing checks.
Mode
Encode UTF-8 to Base64
Detected content
text
Input bytes
11
Output characters
16
Padding characters
1
JSON keys
0
Safe handoff checklist
# Base64 payload report
- Checked at: Browser copy time
- Mode: Encode UTF-8 to Base64
- Base64 variant: Standard Base64
- Detected content: text
- Input bytes: 11
- Output characters: 16
- Padding characters: 1
- Text lines: 1
- JSON keys: 0
- Control characters: 0
## Review notes
- No obvious Base64 issues detected. Still redact secrets before sharing.
## Safe handoff checklist
- Redact tokens, cookies, passwords, and customer identifiers before sharing decoded text.
- Confirm whether the target expects standard Base64 or URL-safe Base64 before copying.
- If decoded content is JSON, inspect it in JSON Formatter before attaching it to a ticket.
- If decoded content looks like a JWT segment, use JWT Decoder for token context.
- If the output is binary or an image, share the data URL or file preview instead of raw text.Copy-ready output
aGVsbG8gd29ybGQ=