Education utilities
ISBN Validator
Validate ISBN-10 and ISBN-13 check digits and convert compatible values
Processed locally. Your input and output are never uploaded.
Tool overview
How ISBN Validator works
ISBN Validator provides a browser-local implementation for the documented workflow. It keeps the result visible, reviewable, and separate from the input while following PasteTidy's privacy and claims limits.
ISBN Validator workflows
- Run ISBN Validator on pasted work data
- Prepare local text or structured data for the next PasteTidy tool
- Document a repeatable browser-local cleanup or conversion step
Use ISBN Validator locally
- Paste the source text or data.
- Review the local result generated in the output editor.
- Copy or download the result when it matches the intended workflow.
ISBN Validator assumptions and controls
- This implementation uses a conservative local default for the documented task.
- The input and output remain separate so destructive changes are reviewable.
- No user content is placed in the URL, analytics payloads, or local history.
ISBN Validator example
Before
0-306-40615-2 978-0-306-40615-7 9780306406158
After
[
{
"input": "0-306-40615-2",
"normalized": "0306406152",
"type": "ISBN-10",
"valid": true,
"converted": "9780306406157"
},
{
"input": "978-0-306-40615-7",
"normalized": "9780306406157",
"type": "ISBN-13",
"valid": true,
"converted": "0306406152"
},
{
"input": "9780306406158",
"normalized": "9780306406158",
"type": "ISBN-13",
"valid": false,
"converted": ""
}
]ISBN Validator limits and excluded claims
- Do not look up book metadata or claim ownership information.
- Ambiguous or format-specific input may need manual review after processing.
- This page intentionally avoids guarantees outside the visible local result.
Browse all education utilities tools โ
Questions
ISBN Validator FAQ
Does ISBN Validator upload my input?
No. Processing runs locally in your browser and no upload endpoint is used.
What does ISBN Validator not verify?
Do not look up book metadata or claim ownership information.
Can I use the output immediately?
Review the result first, especially when the source format is ambiguous or destructive cleanup was involved.