Skip to main content
Particularly LogoParticular.ly
Conversion Mode
Input Text
binary Output
Output will appear here...
Reference

Binary

Base-2 number system using only 0 and 1. Each character is represented by 8 bits.

A = 01000001

Hexadecimal

Base-16 number system using 0-9 and A-F. Each character is 2 hex digits.

A = 41

Decimal

Base-10 ASCII code for each character.

A = 65

Octal

Base-8 number system using digits 0-7.

A = 101