MV Tools

Text and data tools

Ferramentas online para JSON, CSV, Base64, Markdown, Regex, Hash, timestamps e UUIDs

Browser-based text and data utilities for formatting, validating, CSV/JSON conversion, previewing Markdown, testing regex, encoding, decoding, hash generation, timestamp conversion, UUID generation, and inspecting common developer payloads.

Ferramentas disponíveis

Texto e dados

8
TextText Base64 Encoder

Encode text to Base64 or decode Base64 back to readable text.

TextJSON Toolkit

Format, validate, minify, sort, escape, unescape, and query JSON.

CSVCSV / JSON Converter

Convert CSV to JSON and JSON arrays back to CSV locally in your browser.

MDMarkdown Preview

Preview Markdown and export rendered HTML locally in your browser.

RegexRegex Tester

Test JavaScript regular expressions, matches, groups, and replacements.

HashHash Generator

Generate SHA hashes for text or files locally in your browser.

TimeTimestamp Converter

Convert Unix timestamps and date-time values locally in your browser.

UUIDUUID Generator

Generate random UUID v4 values locally in your browser.

Ferramentas de texto e dados

Formate JSON, converta CSV/JSON, visualize Markdown, teste regex, gere hashes, timestamps e UUIDs.

O que esta categoria inclui

Browser-based text and data utilities for formatting, validating, CSV/JSON conversion, previewing Markdown, testing regex, encoding, decoding, hash generation, timestamp conversion, UUID generation, and inspecting common developer payloads.

Casos de uso comuns

  • Format or validate JSON from APIs and configuration files
  • Minify JSON before copying or storing it
  • Convert CSV to JSON and JSON arrays back to CSV
  • Preview Markdown and export rendered HTML
  • Test JavaScript regular expressions and replacement output
  • Encode text to Base64 for testing
  • Decode Base64 text from logs, APIs, or configuration values
  • Generate SHA hashes for text or files
  • Convert Unix timestamps to readable dates and date-time values back to Unix time
  • Generate random UUID v4 values for tests, records, and identifiers

Como os dados são tratados

Text and data tools in this category run locally in your browser. Your JSON and Base64 text are not uploaded to the backend.

FAQ

Is my JSON sent to the server?

No. JSON operations are performed locally in your browser.

Is Base64 encryption?

No. Base64 is an encoding format, not encryption.

Can these tools handle Unicode text?

Yes. The Base64 text tool supports Unicode encoding and decoding.