Text to Hex Converter
Convert between text and hexadecimal representation. Gratis, sin registro, funciona en tu navegador.
Arrastra y suelta tu imagen aquí, o elige un archivo
PNG, JPG, WEBP, GIF, BMP — hasta 25MB
Tus imágenes se procesan íntegramente en tu navegador. No se sube nada a ningún servidor.
Acerca de Text to Hex Converter
This tool converts between plain text and hexadecimal (hex) representation. Enter text to see each character's hex byte value, or paste hex values to decode them back to text. Choose from four output formats: space-separated (48 65 6C), continuous (48656C), 0x-prefixed (0x48 0x65), or percent-encoded (%48%65). The converter uses UTF-8 encoding, so it correctly handles multi-byte characters like accented letters and emoji. Useful for debugging network protocols, analyzing file headers, working with binary data, or URL encoding.