Text to Hex Converter
Convert between text and hexadecimal representation. Gratuit, sans inscription, fonctionne dans votre navigateur.
Glissez-déposez votre image ici, ou choisissez un fichier
PNG, JPG, WEBP, GIF, BMP — jusqu'à 25 Mo
Vos images sont traitées entièrement dans votre navigateur. Rien n'est envoyé à un serveur.
À propos 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.