CleverCat mascot: a cat engineer with a hard hatCleverCat.CC

Home / Converters / Number Base Converter

Number Base Converter

Type a number in any base and see it written in all the others at the same time. Handy for reading colour codes, permission bits, memory addresses and anything that arrives in hexadecimal.

How to use it

  1. Type the number.
  2. Tell the tool which base it is written in.
  3. Read the decimal, binary, octal, hexadecimal and base-36 forms.

Examples

Questions people ask

Why do programmers use hexadecimal?

One hex digit stands for exactly four binary digits, so a byte fits in two characters. That makes long binary values readable without changing what they mean, which is why colours, memory addresses and hashes are written that way.

Can I paste prefixes like 0x or 0b?

Yes. A leading 0x, 0b or 0o is stripped automatically, so values copied from source code or a debugger work without editing.

Related tools

Updated: 2026-08-07