UTF-8 BOM付きのCSVテストファイル
File info
| Format | CSV |
|---|---|
| File size | 662 B(662 bytes) |
| MIME Type | text/csv |
| MD5 | 523e1588cab2ad9284dd7feffa5a7e8d |
| SHA-1 | 6e53d83d2d1a18363a049d1be53a145e1f537999 |
| SHA-256 | 861f7f5ba42556b978a60a9d7690dd7d057e2370bc3831f5cdecdaba1dfae657 |
Download via command line
curl
curl -O https://devlab.lb-product.com/files/encoding/utf8-bom/utf8-bom.csv
wget
wget https://devlab.lb-product.com/files/encoding/utf8-bom/utf8-bom.csv
PowerShell
Invoke-WebRequest -Uri "https://devlab.lb-product.com/files/encoding/utf8-bom/utf8-bom.csv" -OutFile "utf8-bom.csv"
About this file
UTF-8 BOM付きでエンコードされたCSVテストファイルです。文字コードの判定・変換処理のテストや、CSVインポート機能の検証にご利用ください。
日本語を含むCSVファイルは文字コードの違いにより文字化けが発生しやすく、特にExcelでの読み込みやWebアプリへのインポート時に問題になります。このテストファイルには日本語の氏名・住所データが含まれており、実際の業務データに近い形でテストできます。
FAQ
- Is this file free to use?
- Yes — fully free and no signup required. Use it for any commercial or non-commercial test/verification purpose.
- What is inside the file?
- Dummy data generated for testing — sized to match the listed size exactly.
- What are the hash values for?
- Verify integrity after download or use them as test data for hashing libraries.