اسکی ٹیبل جنریٹر

Complete ASCII character reference with decimal, hexadecimal, binary, and octal codes. Interactive table for developers, programmers, and anyone working with character encoding.

256
کل حروف
256
نظر آنے والے حروف
95
پرنٹ ہونے والے حروف
33
کنٹرول حروف
ڈی ای سی ہیکس آکٹ بن حرف HTML تفصیل

🔄 Number Base Converter

0x00
000
00000000
نل

📋 Quick Reference Guide

عام کنٹرول حروف

0 (NUL) - Null character
7 (BEL) - Bell/Alert
8 (BS) - Backspace
9 (TAB) - Horizontal Tab
10 (LF) - Line Feed
13 (CR) - Carriage Return
27 (ESC) - Escape
32 (SP) - Space
127 (DEL) - Delete

پرنٹ ہونے والی اسکی حد

32-47: Space, punctuation
48-57: Digits (0-9)
58-64: Punctuation
65-90: Uppercase (A-Z)
91-96: Punctuation
97-122: Lowercase (a-z)
123-126: Punctuation

نمبر بیس کی مثالیں

A = 65 = 0x41 = 101 = 01000001
a = 97 = 0x61 = 141 = 01100001
0 = 48 = 0x30 = 060 = 00110000
Space = 32 = 0x20 = 040 = 00100000
! = 33 = 0x21 = 041 = 00100001

پروگرامنگ ٹپس

Upper/Lower case diff: 32
'A' + 32 = 'a'
ASCII '0' = 48
To convert digit: char - '0'
ASCII printable: 32-126
Extended ASCII: 128-255

💻 Need Development Resources?

Find the best tools, courses, and books for programming and development

Smart Nation's Core Infrastructure: WIA Code

Drone·Robot delivery, autonomous driving, emergency rescue and more - Experience the future in 30 days, completely free for your nation!

ڈبلیو آئی اے کوڈ کے بارے میں مزید جانیں

🤖 اپنا اے آئی اسسٹنٹ چنیں

💬 چیٹ جی پی ٹی
Most versatile • Best for general ASCII questions
🧠 کلاؤڈ
Best reasoning • Perfect for character encoding analysis
جیمنی مفت
Free daily limits • Built-in chat for ASCII help