Convert text to hexadecimal (base 16) encoding. Text to Hex is a free online tool from the ToolsRift Encoders & Decoders collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
Each character is represented as its byte value in base 16 (0–9, A—F). 'A' = 0x41.
Yes — hexadecimal and Base16 are the same encoding. Hex is commonly used for binary data, color codes, and memory addresses.
HTML color codes (#FF5733), CSS colors, MD5/SHA hash values, and memory addresses all use hex.