# Browser Information — Version, Engine & Supported Features

> See your browser, engine, version, platform and which web features it supports.

This page reports the browser you are using right now — its name and version, rendering engine, operating system, language and time zone — by reading the same APIs any website can read. It also tests around 30 web platform features and 11 media codecs live, so the answer reflects your actual build rather than a lookup table.

**URL:** https://convertto.tech/t/browser-info
**Category:** Browser & Device (https://convertto.tech/c/browser-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Detection:** Live feature tests, not user-agent guessing
- **Privacy:** Nothing is sent anywhere — the report is generated in the page
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Select one or more show.
2. The result appears immediately — copy or download it.

## FAQ

### Why does my browser claim to be Safari and Chrome at once?

The user-agent string is decades of compatibility cruft. Chrome still says "Safari" and "Mozilla" because sites once sniffed for those tokens, and removing them broke pages. This is exactly why feature detection is checked directly here rather than inferred from the string.

### Can a website really see all of this?

Yes, and more. Language, time zone, screen size, GPU string and the list of supported features together form a fingerprint that is often unique — no cookie required. That is the case for narrowing what sites can read, not a flaw in this page.

### Why does a feature show as unsupported when the docs say it exists?

Several APIs are only exposed in secure contexts (HTTPS), behind a permission, or after a user gesture. SharedArrayBuffer additionally needs cross-origin isolation headers, so a page without them reports it missing even on a browser that implements it.

## Related tools

- [User Agent Parser](https://convertto.tech/t/user-agent-parser): Break down a user-agent string into browser, engine, operating system and device.
- [Semantic Version Checker](https://convertto.tech/t/semver-checker): Test versions against a range, sort by precedence, or compare two releases.
- [UUID Inspector](https://convertto.tech/t/uuid-inspector): Identify a UUID version and variant, and extract the timestamp from v1, v6 and v7.
- [Voice Recorder](https://convertto.tech/t/audio-recorder): Record voice notes or audio from your microphone and download the file. No account, no upload.
- [Camera Test](https://convertto.tech/t/camera-test): Check that your webcam works, see the resolution it delivers and take a test photo.
- [Connection & Network Information](https://convertto.tech/t/connection-info): See what your browser reports about the network: connection type, downlink estimate and round-trip time.
- [CSS Scrollbar Styler](https://convertto.tech/t/css-scrollbar-generator): Style a scrollbar with both the standard properties and the WebKit pseudo-elements.
- [File Type Identifier](https://convertto.tech/t/file-type-identifier): Identify any file from its magic bytes, and see whether the extension is telling the truth.
