Encoding
Every article on the AldeaCode blog tagged with this topic.
Base64 vs Hex: Which Encoding to Use and When
Base64 vs hex encoding compared: output size, readability, URL safety and edge cases. Choose the right encoding for tokens, hashes and binary data.
Read article →Common CSV Problems and How to Fix Them
Common CSV file problems explained: delimiters, quoting, embedded newlines, UTF-8 encoding and locale decimals. Practical fixes you can run in your browser.
Read article →How to Convert CSV to JSON Without Losing Data
Convert CSV to JSON step by step: delimiters, quoted fields, headers, encoding and the silent BOM. A practical checklist you can run in your browser.
Read article →encodeURIComponent vs encodeURI: URL Encoding Cheatsheet
When to use encodeURIComponent vs encodeURI in JavaScript, plus reserved characters, the plus sign space bug and percent encoding rules that work.
Read article →