Research & Referencing · Citation Styles
Reference Format Converter
Enter a reference once, convert it instantly between APA, MLA, Chicago, Harvard, IEEE, Vancouver, AMA and ACS. Fully usable on mobile.
● Pro Version is Free for now
✓ Batch Convert a Whole Reference List · Print/PDF Export
Day
Night
How this works
Fill in the reference details once, pick a style, and the converter formats it correctly, following that style's real rules.
📋 Reference Details
Paste an existing reference and try to auto-fill the fields below. Approximate, please check the result.
🔄 Convert To
Fill in the reference details above to see the converted result here.
Export
📚 Batch Convert PRO
One reference per line, any style
📖 Reference Style Basics
1APA and Harvard use author-date in-text citations, common in social sciences.
2MLA is standard for literature and humanities papers in the US.
3Vancouver, AMA, and ACS use numbered references, common in medicine and science.
Paste one or more references above, one per line.
';
return;
}
resultsEl.innerHTML = lines.map(line => {
const parsed = quickParse(line);
const type = parsed.doi || parsed.volume ? 'journal' : (parsed.url ? 'website' : 'book');
const out = formatReference(targetStyle, type, parsed) || 'Could not confidently parse this line';
return `${escHtml(line)}
${out}