도구 가이드
generators 무료 회원가입 불필요

QR 코드 생성기

장치 카메라를 사용하거나 이미지를 업로드하여 QR 코드를 스캔하세요 — 브라우저에서 임의의 QR 코드를 디코딩하세요.

도구를 불러오는 중…

이 도구에 대해

장치 카메라에서 직접 또는 이미지를 업로드하여 QR 코드를 읽으세요. 가능한 경우 브라우저의 BarcodeDetector API를 사용하고, JavaScript 폴백을 제공합니다. 모바일과 데스크탑에서 작동합니다. 디코딩된 URL은 클릭 가능한 링크입니다.

사용 방법

  1. 1 '카메라 시작'을 클릭하여 웹캠 또는 휴대폰 카메라로 스캔하세요.
  2. 2 또는 '이미지 업로드'를 클릭하여 이미지 파일에서 QR 코드를 디코딩하세요.
  3. 3 디코딩된 콘텐츠가 아래에 표시됩니다.
  4. 4 디코딩된 URL을 클릭하여 열거나, '복사'를 클릭하여 결과를 저장하세요.

How your browser reads a QR code

Decoding a QR code is the reverse of generating one. The scanner looks at an image — a live camera frame or a file you upload — and searches for the three large nested squares in the corners, the finder patterns. Those squares tell the decoder where the code is, how big it is, and which way it is rotated, which is why a QR code reads correctly even when held sideways or upside down. Once located, the grid of black and white modules is sampled, the error-correction data is used to repair any damaged or obscured cells, and the underlying bytes are reassembled into the original text.

This tool performs that decoding with the browser's built-in BarcodeDetector API. Rather than shipping a large JavaScript decoding library, it asks the operating system's native barcode engine to read the frame, which is fast and battery-friendly on the devices that support it. The result — a URL, a block of text, Wi-Fi credentials, or contact data — appears on the page as soon as a code is recognised.

Two ways to scan, and which to choose

MethodBest forHow it works
Live cameraA code printed on paper, a screen, or packaging in front of youRequests your rear camera and checks each frame a few times per second until a code is found
Image uploadA screenshot, a saved photo, or a code someone sent youLoads the picture, draws it to a canvas, and decodes it once

When you start the camera, the tool prefers the environment-facing (rear) camera and overlays a target frame to help you aim. It samples frames roughly three times a second; the instant a QR code lands in view, scanning stops and the decoded content is shown. For uploads, simply select any image file containing a code and it is decoded immediately, with the picture shown as a preview.

Browser support matters more than usual

Because this scanner relies on the native BarcodeDetector, support depends on your browser. It works in Chrome and Edge on desktop and Android, and in Safari on iOS 16.4 and later. In browsers that lack the API, the tool shows a clear warning rather than failing silently — on those browsers, scanning will not work, so use a supported browser or scan on a phone. Checking the warning message first saves you from assuming a "no code found" result means the code itself is bad.

A worked example: joining Wi-Fi from a printed code

Many routers and cafés print a QR code for guest Wi-Fi. Point the camera at it and the decoder returns a string like WIFI:S:CafeGuest;T:WPA;P:latte2024;;. That is the standard Wi-Fi credential format: S is the network name, T is the security type (WPA), and P is the password. The scanner shows you this raw text so you can read the password directly. A vCard contact code decodes the same way, revealing the name, phone, and email fields as plain text you can copy.

Why decoded links are handled carefully

A QR code is, by nature, content supplied by a stranger — anyone can print one. To keep you safe, the tool only turns a decoded result into a clickable "Open URL" link when it is an ordinary http or https web address. Codes that decode to javascript:, data:, or file: schemes are shown as plain text and are never made clickable, because those schemes can be used for attacks. You can always copy the raw decoded text and inspect it before doing anything with it.

Tips for a clean scan

  • Fill the frame. Move close enough that the code occupies most of the target box; a tiny code in a large frame has too few pixels to decode reliably.
  • Avoid glare. Glossy printouts and phone screens reflect light. Tilt slightly to kill the reflection rather than shining more light on it.
  • Hold steady. Motion blur defeats the decoder. Pause for a beat once the code is centred.
  • Crop tight for uploads. If a photo contains a small code in a busy scene, crop to the code first so the decoder is not distracted by surrounding patterns.
  • Verify before tapping. Read the decoded URL's domain before opening it — a scanned link is only as trustworthy as wherever the code came from.

Common reasons a scan fails

  • Unsupported browser. If you see the BarcodeDetector warning, the code is fine but your browser cannot read it — switch browsers or use a phone.
  • Camera permission denied. The page needs permission to use your camera; if you blocked it, re-enable it in the site settings.
  • Damaged or low-contrast code. A code with heavy damage beyond its error-correction margin, or one printed in low contrast, may be unreadable.

Privacy

Decoding happens entirely on your device. The live camera feed is processed frame by frame inside your browser and is never uploaded; uploaded images are read locally and discarded. No QR contents, photos, or camera frames are sent to any server, so you can scan private codes with confidence.

자주 묻는 질문

{# Alpine.js — self-hosted. (The previous jsdelivr CDN tag had a stale SRI integrity hash, so the browser refused to run it and window.Alpine was never defined — silently breaking every FAQ accordion and Alpine tool.) #}