Workflow · Web & code
Browser data debug
Decode Data URI, Base64, URL encoding and JSON locally.
01Split Data URI
02Decode Base64
03Decode URL
04Format JSON
Workflow · Web & code
Decode Data URI, Base64, URL encoding and JSON locally.
01Split Data URI
02Decode Base64
03Decode URL
04Format JSON
Flow
Decode Data URI, Base64, URL encoding and JSON locally. The flow is meant for repeatable small work: clean the input first, check the result, then copy it or pass it into the next step.
Start with the clearest raw material: text, link, number, list or data snippet. The cleaner the first input, the less rework follows.
Data URI decoder, Base64 decode, URL decode, JSON formatter form the core path. They stay local in the browser and do not change files on your device.
Check the result before publishing, importing or sharing. Toolwise provides orientation and workflow convenience, not professional approval.
Split data URIs into MIME type and payload.
Data URI decoder öffnenDecode Base64 into readable text.
Base64 decode öffnenDecode URL-encoded text.
URL decode öffnenPretty-print JSON and show syntax errors.
JSON formatter öffnenSplit data URIs into MIME type and payload.
WorkflowDecode Base64 into readable text.
WorkflowDecode URL-encoded text.
WorkflowPretty-print JSON and show syntax errors.
Workflow