Common bases
Binary (2) is how computers store data; hexadecimal (16) is a compact way to write bytes and colours; octal (8) shows up in file permissions.
FAQ
Can I paste prefixes like 0x or 0b? Yes โ 0x, 0b and 0o prefixes are ignored automatically.
Is it private? Yes โ conversion happens entirely in your browser.
