GoWin Tools
Tools

Security

Hex / Binary Encoder

Runs entirely in your browser ยท Nothing is sent to our servers

Convert between text, hex, binary, and decimal. All formats shown together.

How it worksโ–พ

Hexadecimal (Base-16)

Hex uses digits 0โ€“9 and letters Aโ€“F. Each byte is two hex characters (00โ€“FF). Common in color codes (#FF5733), memory addresses, and cryptographic hashes.

Binary (Base-2)

Binary uses only 0 and 1. Each character is one bit, and 8 bits make one byte. This tool groups binary output into 8-bit chunks for readability.

Decimal Byte Values

Each byte represented as a decimal number (0โ€“255). Useful for understanding ASCII character codes โ€” the letter "A" is byte 65, "a" is 97.

UTF-8 & Multi-byte Chars

Text is encoded as UTF-8 bytes. ASCII characters (English letters) use 1 byte each. Accented, emoji, and CJK characters use 2โ€“4 bytes, which is why their hex/binary output is longer.

Common Uses

Debugging binary protocols, inspecting file headers, working with color codes, understanding ASCII tables, and learning how computers represent text.

Privacy: all conversions happen locally in your browser. Nothing is sent to any server.