Skip to content

ตัวเข้ารหัสและ Crypto

ตัวแปลงเลขฐาน (Hex / Binary / Octal)

ตัวแปลงเลขฐานฟรี แปลงข้อความหรือไบต์ตัวเลขระหว่างข้อความ, เลขฐานสิบหก, ฐานสอง, ฐานแปด และฐานสิบ สำหรับการดีบักระดับต่ำและการทำงานระดับบิต

Runs in your browser

หมายเหตุจากบรรณาธิการ

Understanding · Same number, different alphabet.

บทเชิงลึกนี้มีให้บริการเฉพาะภาษาอังกฤษในขณะนี้ เครื่องมือแปลงด้านบนทำงานในภาษาของคุณ บทความอธิบายแบบยาวยังไม่ได้แปล

คำถามที่พบบ่อย

Quick answers.

What number bases are supported?

Decimal (base 10), hexadecimal (base 16), octal (base 8) and binary (base 2).

Does it handle text?

Yes — convert a text string to its byte values in any base, or convert from bytes back to text (assumes UTF-8).

What's the largest number it handles?

Up to JavaScript's safe integer range (2⁵³). For bigger numbers, use BigInt-aware tools.

Is my input uploaded?

No — runs entirely in your browser.

Is the converter free?

Yes — fully free, no signup.

ผู้คนยังค้นหา

Use with

What people reach for next.

เครื่องมือที่เกี่ยวข้อง

More in this room.

ดูทั้งหมดใน ตัวเข้ารหัสและ Crypto