Uvlio

Command Palette

Search for a command to run...

Back to collections
Tool Collection

Code and Data Formatting Tools

This topic focuses on browser-based formatting, encoding, protocol payloads and validation helpers for developer workflows.
28 tools6 related articles
How To Use This Collection
Use the task notes to define the workflow first, then move into the tool pages below in the order that fits the job.
  • Format copied payloads before sharing
  • Inspect JSON, Base64, Protobuf and byte-level content
  • Convert config and table data, or test crypto, RSA and HTTP-related inputs

Tools In This Collection

Start from these tools, then move back into articles and adjacent collections as the workflow expands.
Developer

JSON Formatter

Format, validate, minify, sort keys and inspect JSON outline locally.

json-formatter
Developer

Base64 Encoder / Decoder

Encode/decode Unicode text, URL-safe Base64, and small files in the browser.

base64
Developer

URL Encoder / Decoder

Encode/decode URL components or full URLs and inspect query parameters.

url-encoder
Developer

Base Converter

Convert numbers across bases and transform text into hex, binary, Base64 and Unicode bytes.

base-converter
Developer

HTTP Status Code Lookup

Search and filter common HTTP status codes with bilingual explanations, categories and troubleshooting hints.

http-status-codes
Developer

Protobuf Encoder / Decoder

Encode JSON into Protobuf bytes or decode hex / Base64 Protobuf payloads with a .proto schema in the browser.

protobuf-tool
Developer

JWT Decoder

Decode JWT header and payload locally, inspect claims, expiry times and raw Base64URL segments.

jwt-decoder
Developer

XML Formatter

Format and validate XML locally with a clean pretty-printed output.

xml-formatter
Developer

YAML Formatter

Format and validate YAML locally with stable indentation and clean output.

yaml-formatter
Developer

TOML Formatter

Format and validate TOML locally for config files and structured settings.

toml-formatter
Developer

Docker Run to Compose

Convert common docker run commands into a starter docker-compose service block.

docker-run-to-compose
Developer

JSON ⇄ CSV Converter

Convert JSON arrays and CSV tables both ways in the browser, with headers, delimiter choice and quick validation.

json-csv-converter
Developer

AES / DES Encryption Tool

Encrypt or decrypt short text with AES, DES or 3DES in the browser, with selectable block mode, padding, IV and output format.

crypto-tool
Developer

Color Converter

Convert HEX, RGB, HSL and HSV colors, inspect alpha values, pick colors visually and preview palettes instantly.

color-converter
Developer

ASCII Table

Look up printable ASCII codes, control names and character conversions between decimal, hex and binary.

ascii-table
Developer

Hex Editor

Inspect text or files as hex bytes, edit hexadecimal content, and decode it back to text locally in the browser.

hex-editor
Developer

RSA Key Tool

Generate browser-side RSA key pairs and use them for short text encryption, decryption, signing and verification.

rsa-tool
Developer

Regex Tester

Test JavaScript regular expressions, inspect matches, groups and replacements, and iterate with live sample text in the browser.

regex-tool
Developer

JSONPath Evaluator

Evaluate JSONPath expressions against JSON data, inspect matched paths and preview results with GitHub-style highlighted JSON output.

jsonpath-evaluator
Developer

JSON / YAML / TOML / XML Converter

Convert structured data between JSON, YAML, TOML and XML, validate input, and preview the output with GitHub-style code highlighting.

structured-data-converter
Developer

Text Encoding Converter

Convert text bytes between UTF-8, UTF-16, Shift-JIS, EUC-JP and other browser-safe encodings, then inspect normalized text and hex bytes.

text-encoding-converter
Developer

HTTP Request Header Reference

Look up common HTTP request headers and quickly review client, auth and caching related fields.

http-request-headers
Developer

HTTP Response Header Reference

Browse common HTTP response headers, understand caching, security and delivery-related fields.

http-response-headers
Developer

JWT Encoder

Generate HS256, HS384 or HS512 JSON Web Tokens directly in the browser for testing and local workflows.

jwt-encoder
Developer

JSON Minify

Minify JSON instantly in the browser and remove unnecessary whitespace before shipping data elsewhere.

json-minify
Text

Slug Generator

Turn titles or phrases into clean URL-friendly slugs with case, separator and trim options.

slug-generator
Developer

URL Parser

Break a URL into protocol, host, path, query and hash fields, then inspect every parameter clearly.

url-parser
Developer

Query String Builder

Build clean query strings from key-value pairs and preview the final URL segment instantly.

query-string-builder