About this tool
A .vcf file is what a phone, Google Contacts or Outlook hands you when you ask it to export your address book — and it is the one file spreadsheet software refuses to open. Drop it here and every contact is parsed in the page: names, phone numbers, emails, addresses, organizations, birthdays and notes, laid out as a table you can read before you export anything. Then download a CSV that opens straight into Excel, Numbers or Google Sheets.
Your contact book never leaves this machine. That is the whole point of doing it here rather than on one of the sites that ask you to upload the file: an address book is the single most sensitive document most people own, and pasting it into a stranger's server to change its file format is a bad trade. Parsing, preview and export all happen in your browser, and nothing is sent anywhere — there is no server to send it to.
It handles the exports that actually break other converters. vCard 2.1, 3.0 and 4.0 are all read, including 2.1's quoted-printable encoding — the reason Chinese and Japanese names come out of an old phone as =A4=FB=A5=CD instead of characters. Files saved in Big5, GBK, Shift-JIS or EUC-KR are detected automatically and can be switched by hand if the guess is wrong, with the table re-reading as you change it. Every parser warning is listed with the line number that caused it, so a card that only half-survived is visible rather than quietly missing.
The reverse direction is here too: give it a CSV and get a .vcf back, ready to import into a phone or into Google Contacts. Column headers are matched against the ones this tool exports, and anything unrecognised is preserved as a custom X- property instead of being thrown away. Pick which columns you want in the CSV, keep the UTF-8 byte-order mark switched on so Excel shows non-English names correctly, and the export is done.