Files & identity · Concept
What Is a File Extension?
Operating systems use extensions for icons and default apps. That convenience tempts people to rename extensions to “convert.” Renaming lies to the OS; real conversion rewrites content.
Quick take: A file extension is the suffix after the final dot in a filename (.jpg, .docx, .mp4). It hints which program should open the file — it does not redefine the bytes inside.
Extension as a hint
.pdf suggests a PDF viewer. If the bytes are actually a ZIP, opening fails or behaves strangely.
Multiple extensions
JPEG uses .jpg and .jpeg. MPEG-4 audio may use .m4a. Same family, different labels.
Hidden extensions
Windows can hide extensions, which makes malware tricks and mistaken renames easier. Show extensions when diagnosing format issues.
Key points
- Extensions are labels, not converters.
- Real conversion changes file contents.
- Match extension to the actual format after converting.
Examples
.heic
Hints at HEIF/HEIC photos from iPhones.
.webp
Hints at WebP images from the web.
Try it in a converter
Concepts stick better with a real file — processing stays in your browser.
Related concepts
FAQ
Can I convert PNG to JPG by renaming?
No. The bytes remain PNG. Use a real converter.
Browse all conversion concepts or jump to converters.