Text to hex (UTF-8)

Encodes text to hex per UTF-8 byte; decodes continuous hex or spaced hex.

Overview

Useful to inspect UTF-8 string bytes via hexadecimal representation.

Tool guide

  • O que é texto em UTF-8 Texto Unicode codificado em bytes. Cada caractere pode usar um ou mais bytes.
  • O que é representação hexadecimal Cada byte é mostrado como dois dígitos hexadecimais (00 a FF), útil para inspecionar bytes “por baixo” do texto.
  • O que a ferramenta faz Codifica string em sequência de bytes UTF-8 em hex; ou decodifica hex (com ou sem espaços) de volta para texto.
  • Por que usar Depurar encoding, comparar com dumps de rede ou logs, ensinar ou validar que um caractere ocupa N bytes.

Sample

Olá → bytes UTF-8 em hex

FAQ

What is this tool for?

It runs fully in your browser: useful to validate, format, or convert data in everyday development.

Are my inputs sent to a server?

Processing happens locally with JavaScript. We do not store what you paste into the text areas.

Can I use this for real production data?

Use at your own risk. For secrets (passwords, tokens), prefer controlled environments and your company policies. And always review the generated contents. Never trust blindly things you see on the internet.