Intosoft 工具

二进制和十六进制转换器

将文本转换为二进制、十六进制、十进制或八进制

试用示例
文本 → BinaryBinary → 文本
输出将显示在这里...

ASCII 参考表

A
1000001
B
1000010
C
1000011
D
1000100
E
1000101
F
1000110
G
1000111
H
1001000
I
1001001
J
1001010
K
1001011
L
1001100
M
1001101
N
1001110
O
1001111
P
1010000
Q
1010001
R
1010010
S
1010011
T
1010100
U
1010101
V
1010110
W
1010111
X
1011000
Y
1011001
Z
1011010
Instant Results
100% Private
No Installation
Free by Intosoft

About Binary Converter

Binary is the fundamental language of computers, consisting only of 0s and 1s. Our free online Binary Converter allows you to easily translate plain text into binary code, or decode binary back into readable text.

How It Works

When converting text to binary, the tool first converts each character into its ASCII (or UTF-8) decimal value, and then translates that decimal number into an 8-bit binary sequence. Decoding reverses this exact process.

Common Use Cases

  • Learning and teaching computer science fundamentals
  • Decoding hidden binary messages in puzzles or games
  • Understanding how text is stored at the machine level
  • Encoding simple text strings for fun or obfuscation

Frequently Asked Questions

In standard computing, one character of text is typically stored as one byte. One byte consists of 8 bits (binary digits), which allows for 256 different possible characters.

This specific tool is optimized for text-to-binary conversion. If you type the number '5', it will convert the character '5' to binary, not the mathematical integer 5.