TotalWebTool

URL Parser

Inspect URL components quickly while debugging redirects, callbacks, and query parameter handling.

Protocolhttps:
Originhttps://example.com
Hostexample.com
Hostnameexample.com
PortNot present
Pathname/path/to/page
Query String?foo=bar&x=1
Hash#section
Normalized URLhttps://example.com/path/to/page?foo=bar&x=1#section
Query Parameters
KeyValue
foobar
x1

More Utilities

All Mini Tools

Return to the main page.

Browser Information

Instantly view details about your current browser and operating system, including your user-agent string. This is useful when working with support teams, debugging compatibility issues, or documenting test environments.

UUID Generator
Client-side Only

Generate universally unique identifiers (versions 1, 4, and 7) for different use cases, from time-based to fully random sequences.

Nano ID Generator
Client-side Only

Create compact, URL-friendly IDs with configurable length. Nano IDs are ideal for modern applications that need collision-resistant identifiers with a shorter footprint than traditional UUIDs.

Password Generator
Client-side Only

Generate strong passwords entirely on the client side in your browser so the generated value is never sent to the server. Use care before pasting generated passwords into other tools or AI systems that may retain them.

QR Code Generator
Client-side Only

Create QR codes for websites, contact cards, plain text, Wi-Fi credentials, and app links with color and optional center logo, then download as a 1024x1024 PNG or SVG.

My IP Address

View the client IP address detected for your current request and copy it for support, network checks, or allowlist setup.

Timestamp Converter
Client-side Only

Convert Unix timestamps (seconds or milliseconds) into readable local/UTC dates and convert date/time values back to Unix format. Useful for logs, API payloads, and debugging time-based workflows.

Base64 Encode/Decode
Client-side Only

Encode plain text to Base64 and decode Base64 back to readable text directly in your browser. Helpful for working with API tokens, payload snippets, and integration debugging.

Color Converter
Client-side Only

Convert colors between HEX, RGB, and HSL formats while previewing the selected color. Useful for design handoff, frontend styling, and accessibility review workflows.

Color Picker
Client-side Only

Pick any color with Mantine's ColorPicker and copy it in HEX, HEXA, RGB, RGBA, HSL, or HSLA format.

JWT Decoder
Client-side Only

Decode JWT header and payload fields in your browser to inspect claims such as issuer, audience, expiration, and issued-at timestamps during integration and debugging.

ULID Generator
Client-side Only

Generate sortable ULIDs and inspect their embedded timestamp for debugging distributed systems and event timelines.