Sổ Tay AI
🔢

Number Base Converter — DEC/HEX/BIN/OCT/ASCII

Convert between bases 2-36 + ASCII codes. BigInt support for huge numbers, auto-strips 0x/0b/0o prefixes. Useful for bitwise debugging, memory dumps, CS101.

All tools
Sample values:

Outputs

Binary (Base 2)
Octal (Base 8)
Decimal (Base 10)
Hexadecimal (Base 16)
Base 36

ASCII / Text ↔ Number

ASCII codes
Binary
Hex

Convert between bases 2-36 + ASCII codes. Supports negative and large numbers (BigInt). Useful for bitwise debugging, memory dumps, and CS101.

Common bases

When you need base conversion

BigInt tip

JavaScript's max safe integer is 2^53 ≈ 9 × 10^15. This tool uses BigInt so it converts up to ~10^308. Useful for:

Related

Related tools

See all tools →