Typical use
Input
Mozilla/5.0 ... Chrome/120
Output
Identifies Chrome, the operating system, and device type.
User Agent 문자열에서 브라우저, OS, 기기 정보를 분석합니다.
Use this page to parse User-Agent strings. It focuses on a browser User-Agent and produces browser, OS, and device information.
Mozilla/5.0 ... Chrome/120
Identifies Chrome, the operating system, and device type.
The input is mainly processed in your browser, and the page only uses browser capabilities needed to generate the result.