코드, 데이터 및 QR 도구

User-Agent 파서

「User-Agent 파서」는 코드, 데이터 및 QR 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.

브라우저에서 로컬 처리가입 불필요개인정보 안내 ↗

Up to 2,000 characters. The exact input is retained in the result.

사용 방법

사용 방법

  1. Paste a user-agent string or use the included example.
  2. Parse the value and review the broad classifications alongside the unchanged raw input.
  3. Use the result as a hint for diagnostics, not as a security or identity signal.

Readable broad classifications

The result reports a likely browser family and version, operating-system family and version, and broad device class such as desktop, phone, or tablet. Unknown values remain Unknown rather than being guessed from a remote database.

Raw input stays visible

The exact user-agent string is shown with the parsed result so you can compare the classification with the source value. Parsing happens in this browser and the input is never uploaded.

A hint, not identity or security

User-agent strings can be shortened, spoofed, frozen, or changed by browsers and embedded webviews. Do not use this parser for authentication, fraud decisions, capability detection, or precise hardware identification; feature detection is safer for web behavior.

자주 묻는 질문

더 알아보기

Does this send my user-agent to a server?

No. Pattern matching and display run locally in your browser.

Can it identify every browser and device?

No. It covers common browser and operating-system tokens and deliberately returns Unknown when the string does not provide enough evidence.

Is the result reliable for security decisions?

No. User-agent strings are client-controlled and can be spoofed. Use server-side security controls and actual feature detection where appropriate.