User Agent Parser
Runs in browserParse any user agent string to detect browser, OS, device type, and rendering engine.
Last updated 08 Apr 2026
Paste any user agent string — or use your own browser's UA automatically — to instantly detect browser name and version, operating system, device type (desktop, mobile, tablet, bot), and rendering engine. Runs entirely in your browser — nothing is uploaded.
User agent string
How to use
- 1
Paste a user agent string
Paste any user agent string from server logs, analytics, or browser dev tools into the input. Alternatively, click 'Use my browser' to analyse your own browser's UA.
- 2
Read the parsed results
Browser name and version, OS, device type (desktop/mobile/tablet/bot), and rendering engine are shown instantly.
Frequently asked questions
What is a user agent string?
Where do I find a user agent string in server logs?
How does bot detection work?
Why does Chrome on iOS show as 'Chrome (iOS)'?
Is my user agent data sent anywhere?
The Kordu User Agent Parser decodes the User-Agent HTTP header string into
human-readable components. It identifies browser name and version (Chrome,
Firefox, Safari, Edge, Opera, Samsung Browser, and more), operating system
and version (Windows, macOS, Linux, iOS, Android, ChromeOS), device type
(desktop, mobile, tablet, or bot), and rendering engine (Blink, WebKit,
Gecko, Trident).
Click "Use my browser" to populate the input with your own browser's user
agent string, or paste any UA string from server logs, analytics, or
debugging sessions.
Common uses: debugging browser-specific issues, analysing user agent strings
from server logs, testing responsive design for specific device types, and
identifying bot traffic in access logs.
All parsing runs client-side in your browser. Nothing is uploaded or stored.
Related tools
What Is My IP
Find your public IPv4 and IPv6 address with ISP, city, country, ASN, and timezone — loads instantly.
DNS Lookup
Query all DNS record types for any domain — A, AAAA, MX, TXT, CNAME, NS, SOA, CAA — via Cloudflare DoH.
JSON Formatter
Format, validate, and minify JSON instantly — with configurable indentation, error location, and tree view.
URL Encoder/Decoder
Encode or decode URLs and query string components instantly — supports encodeURIComponent, decodeURIComponent, and full URL encoding.
WebRTC Leak Checker
Test whether WebRTC exposes your real IP address behind a VPN — detects local and public IP leaks.