πŸ”’ Binary/Hex Converter

Convert between binary, hexadecimal, decimal, and ASCII formats with real-time conversion.

πŸ“Š Decimal

Base 10 (0-9)

πŸ”’ Binary

Base 2 (0-1)

πŸ”£ Hexadecimal

Base 16 (0-9, A-F)

πŸ“ ASCII Text

Text characters

πŸ“‹ Conversion Information

Bit Length: 0 bits
Byte Length: 0 bytes
Signed Range: N/A
Unsigned Range: N/A

πŸ“š How to Use

πŸ”’ Decimal Input

Enter regular numbers (0-9). Supports negative numbers and large integers.

Example: 255, -128, 65535

πŸ”’ Binary Input

Enter binary numbers using only 0 and 1. Spaces are ignored.

Example: 11111111, 1010 1010

πŸ”£ Hexadecimal Input

Enter hex numbers (0-9, A-F). Case insensitive, 0x prefix optional.

Example: FF, 0xDEADBEEF, a1b2c3

πŸ“ ASCII Input

Enter text to convert each character to its numeric representation.

Example: Hello, 123, Special chars!

πŸ” Quick Reference

Decimal Binary Hex ASCII
000000NUL
320010000020Space
4800110000300
650100000141A
970110000161a
25511111111FFΓΏ