Hex Converter
The ultimate Hexadecimal utility. Convert text strings, massive numbers, and color codes instantly in your browser.
Hex Converter (Text, Base64, Numbers, Color, Network & Hex Dump)
Translate text and numbers into Hexadecimal string sequences and back. Computers visualize binary data as Hex (base-16) for readability. This tool allows you to convert ASCII/UTF-8 text and Base64 into hex, switch between decimal/binary/octal/hex for large numbers with bitwise operations, generate hex palettes from RGB/HSL colors, format MAC and IP addresses, and view xxd-style hex dumps of files or text.
How it Works
- 1Choose a mode: Text, Number, Color, Network, or Hex Dump using the tabs.
- 2Text Mode: Encode text or Base64 to Hex or decode back. Use options for delimiters (spaces, colons) and prefixing (0x). Supports batch processing.
- 3Number Mode: Enter a decimal, hex, or binary number. View all base representations, byte-swap for endianness, or use the bitwise calculator.
- 4Color Mode: Paste hex, RGB, HSL, or CSS color names. Get conversions and generate complementary/analogous color palettes.
- 5Network Mode: Reformat MAC addresses into standard separators (colons, dashes, dots) or convert IPv4 addresses to hex.
- 6Hex Dump Mode: Drag & drop a file (up to 1 MB) or paste text to generate a classic xxd-style hex dump.
- 7Copy the results or use 'Copy as Code' to export as C arrays, Python bytes, JS Buffers, or curl commands.
Key Features
Common Use Cases
Frequently Asked Questions
Everything you need to know about using this tool effectively and securely.
Q.What is Hexadecimal?
Hexadecimal is a base-16 number system used to represent binary data in a human-friendly way. Each hex digit represents 4 bits (a nibble).
Q.What is a hex dump?
A hex dump is a visual representation of raw binary data. It traditionally divides the binary stream into lines showing the memory offset, hex bytes, and ASCII characters.
Related Tools
Related Tools
Enhance your workflow by combining these tools together