แยกวิเคราะห์ URL
แยก URL เป็นส่วนประกอบ — protocol, subdomain, domain, port, path, query params และ hash พร้อมสีแสดง
URL Parser & Analyzer
Break any URL into its components — protocol, subdomain, domain, port, path, query parameters, and fragment — with color-coded visualization. Useful for debugging redirects, inspecting query strings, and understanding URL structure.
URL anatomy
Protocol
https:// or http:// — defines the communication protocol.
Subdomain
www or api — the prefix before the root domain.
Domain & TLD
example.com — the registered domain and top-level domain.
Path
/blog/post-1 — the resource location on the server.
Query string
?page=2&sort=asc — key-value pairs that pass parameters to the server.
Fragment
#section-3 — client-side anchor; never sent to the server.
สำรวจต่อ
เครื่องมือนักพัฒนา อื่นๆ ที่คุณอาจชอบ...
จัดรูปแบบ JSON
จัดรูปแบบ ตรวจสอบ และย่อข้อมูล JSON พร้อม syntax highlighting
เข้ารหัส/ถอดรหัส Base64
เข้ารหัสข้อความเป็น Base64 และถอดรหัสสตริง Base64
เข้ารหัส/ถอดรหัส URL
เข้ารหัสและถอดรหัสส่วนประกอบ URL และ query strings
สร้าง UUID
สร้างตัวระบุ UUID v4 แบบสุ่ม
สร้าง Hash
สร้างแฮช MD5, SHA-1, SHA-256 และ SHA-512 จากข้อความ
ทดสอบ Regex
ทดสอบและดีบัก regular expressions พร้อมไฮไลท์การจับคู่
ถอดรหัส JWT
ถอดรหัสและตรวจสอบ header และ payload ของ JWT token
จัดรูปแบบ HTML
จัดรูปแบบโค้ด HTML พร้อมการเยื้องที่เหมาะสม