RUNWEBTOOLS
English

Data Formats & Encoding

Almost every program has to read data written by another, and that only works because both sides agree on a format. This cluster covers the formats and encodings you meet constantly — the ones behind API responses, config files, spreadsheets, and the text on every web page.

Understanding them turns a class of baffling bugs — garbled characters, “unexpected token” errors, data that grows a third larger for no obvious reason — into problems you can diagnose in seconds. Start with whichever format you're wrestling with, and use the linked tools to format, validate, or convert as you read.

Guides in this topic

Other guide topics