ASCII टेबल
नयाdecimal, hex, octal और binary में खोजने योग्य कैरेक्टर कोड।
Text ↔ ASCII converter
| Char | Dec | Hex | Oct | Binary | HTML | Name |
|---|
No characters match your filters.
Runs entirely in your browser. Nothing is uploaded.
ASCII टेबल क्या होती है?
एक ASCII टेबल एक पूरा चार्ट होता है जो हर letter, digit, punctuation, space और control signal को एक unique number से map करता है। ASCII — यानी American Standard Code for Information Interchange — 1963 में publish हुआ था और आज भी लगभग हर modern text encoding, जिसमें UTF-8 भी शामिल है, की नींव है। यह ASCII code table हर character को उसके decimal, hexadecimal, octal और binary values के साथ-साथ HTML entity और Unicode code point के साथ दिखाती है — ताकि आप जान सकें कि byte level पर कोई भी character कैसे represent होता है।
पूरी table page में built-in है और browser में ही run होती है — इसलिए यह instant load होती है, offline भी काम करती है और आप जो भी type करते हैं वह कहीं upload नहीं होता। यह developers, students, embedded engineers और उन सभी के लिए एक fast, private, interactive reference है जो जानना चाहते हैं कि computers text को कैसे store और transmit करते हैं — और यह asciitable.com या w3schools जैसी sites के static PDFs और non-interactive pages से बेहतर है क्योंकि आप कोई भी value click करके copy कर सकते हैं और एक साथ name, decimal, hex या binary से search कर सकते हैं।
ASCII टेबल कैसे पढ़ें
हर row एक character को represent करती है। ASCII टेबल पढ़ने के लिए, Char column में वह symbol ढूंढें जो आपको चाहिए और चार अलग-अलग bases में उसका number देखने के लिए scan करें: decimal (रोज़मर्रा की value, जैसे 65), hexadecimal (0x41), octal (101) और binary (01000001)। Name column non-printing entries को explain करता है — उदाहरण के लिए code 9 TAB है, code 10 LF (line feed) है और code 13 CR (carriage return) है। Files parse करने, escape sequences लिखने और terminal output debug करने के लिए इन control character codes को जानना बहुत ज़रूरी है।
पहले 32 codes (0–31) और 127 control characters हैं: ये invisible signals हैं जो text format करते हैं या devices को control करते हैं, न कि कोई visible glyph print करते हैं। Codes 32–126 printable characters हैं — space, digits 0–9, uppercase A–Z (65–90), lowercase a–z (97–122) और common punctuation। कुछ anchor points याद रखना (A=65, a=97, 0=48, space=32) बाकी chart को mentally navigate करने के लिए काफी है। Python में, ord('A') 65 return करता है और chr(65) 'A' return करता है; C में, किसी char को int में cast करने पर सीधे code मिलता है।
ASCII टेबल में कितने characters होते हैं?
Standard ASCII में ठीक 128 characters होते हैं, जिनकी numbering 0 से 127 तक है, क्योंकि यह एक 7-bit code है (2⁷ = 128)। 256 characters का जो figure अक्सर quote किया जाता है वह extended ASCII को refer करता है, जो byte के पूरे 8वें bit का उपयोग करके codes 128–255 add करता है। वे extra slots original ASCII standard का हिस्सा नहीं हैं और उनका meaning code page पर depend करता है; सबसे common mapping Latin-1 (ISO-8859-1) है, जो accented letters और Western-European symbols provide करती है। Standard 128-character set और full 256-character extended view के बीच switch करने के लिए Show extended toggle करें — यह feature static charts पर available नहीं है।
ASCII टेबल कैसे काम करती है?
Computers केवल numbers store करते हैं, इसलिए ASCII text को एक number देता है। ASCII टेबल इस तरह काम करती है — हर character को एक fixed code assign करती है जो एक single byte में fit होता है। 'Hi' शब्द को दो bytes 72 और 105 के रूप में store किया जाता है। जब आप कोई key press करते हैं, तो आपका keyboard वह code operating system को भेजता है; जब software screen पर text draw करता है, तो वह code पढ़कर matching glyph render करता है। Data files parse करते समय, terminals के लिए escape sequences लिखते समय, character encoding problems debug करते समय, या coursework में number bases convert करते समय codes जानना ज़रूरी है।
ASCII को इस तरह design किया गया था कि letters को arithmetically manipulate किया जा सके। Uppercase A–Z 65 पर शुरू होते हैं और lowercase a–z 97 पर, इसलिए आप 32 add या subtract करके किसी भी letter को cases के बीच convert कर सकते हैं — C और assembly में यह एक common bit-manipulation trick है। इसी तरह, digit characters '0'–'9' 48 से शुरू होते हैं, इसलिए 48 subtract करने पर ASCII character code से integer value मिलती है। यह arithmetic elegance एक deliberate design choice है जिसने early 8-bit hardware पर भी ASCII-based programming को efficient बनाया।
यह ASCII टेबल asciitable.com और w3schools से बेहतर क्यों है
Online अधिकांश ASCII reference charts asciitable.com या w3schools.com जैसी sites की static images या PDFs हैं — आप उन्हें search नहीं कर सकते, कोई value copy करने के लिए click नहीं कर सकते, और उनमें कोई text-to-ASCII converter नहीं होता। Asciitable.com एक fixed table को small font में serve करता है जिसमें कोई interactivity नहीं है। W3schools एक basic HTML table offer करता है लेकिन उसमें भी click-to-copy, live search या built-in text converter नहीं है। दोनों में आपको manually rows scan करनी पड़ती है।
यह interactive tool आपको character name, decimal value, hex code या binary pattern से search करने देता है — 'space', '32', '0x20', या '00100000' type करें और यह सीधे सही row पर jump करता है। किसी भी value को तुरंत clipboard पर copy करने के लिए click करें। Built-in two-way converter वह feature है जो कोई भी static chart match नहीं कर सकता: कोई भी text paste करें और decimal, hex या binary में उसके ASCII codes पाएं, या codes की list paste करके उन्हें वापस text में convert करें। Encoding issues debug करने वाले developers, computer science assignments complete करने वाले students और serial protocols के साथ काम करने वाले engineers — सभी को एक ही instant, private, ad-free experience मिलता है — बिना signup के और device से कुछ भी leave हुए बिना।
Frequently asked questions
ASCII में A से Z का code क्या है?
Uppercase A–Z decimal 65 (A) से 90 (Z) तक run करते हैं। Lowercase a–z 97 (a) से 122 (z) तक run करते हैं। Lowercase letters अपने uppercase counterparts से ठीक 32 codes ऊपर होते हैं — a है 97, b है 98, और इसी तरह। Hexadecimal में uppercase के लिए 0x41–0x5A और lowercase के लिए 0x61–0x7A है। यह interactive table आपको किसी भी letter को click करके instantly उसका code copy करने देती है — इसलिए आपको chart याद नहीं करना पड़ेगा या w3schools या asciitable.com की static PDF में manually scan नहीं करना पड़ेगा — दोनों में click-to-copy functionality नहीं होती।
ASCII टेबल क्या है?
ASCII टेबल एक ऐसा chart है जो हर ASCII character — letters, digits, punctuation, space और control codes — को 0 और 127 के बीच एक number से map करता है। यह हर character के लिए decimal, hexadecimal, octal और binary के साथ-साथ HTML entity में भी दिखाया जाता है। यह वह reference है जिसे programmers, developers, students और engineers use करते हैं ताकि जान सकें कि text encodings, serial communication, low-level data manipulation, या किसी भी ऐसे system में जहाँ raw character codes matter करते हैं, वहाँ कौन सा code कौन से character को represent करता है। w3schools.com या asciitable.com के static charts के विपरीत, यह table interactive और searchable है।
ASCII के 256 characters कौन से हैं?
Standard ASCII केवल 128 characters (codes 0–127) को 7 bits में define करता है। जिन 256-character set का लोग ज़िक्र करते हैं वह 'extended ASCII' है, जो codes 128–255 add करने के लिए पूरे 8वें bit का उपयोग करता है। वे upper 128 slots true ASCII का हिस्सा नहीं हैं और code page के हिसाब से vary करते हैं। सबसे common mapping Latin-1 (ISO-8859-1) है, जो उन slots को accented letters और Western-European symbols जैसे é, ñ, ü, £ और ¥ से भरती है। सभी 256 entries को उनके Latin-1 mappings के साथ देखने के लिए इस tool में 'Show extended' toggle करें — जो न तो w3schools और न ही asciitable.com interactively करना आसान बनाता है।
ASCII की full form क्या है?
ASCII का full form है American Standard Code for Information Interchange। यह एक character-encoding standard है जो पहली बार 1963 में publish हुआ और 1967 और 1968 में revised हुआ। यह हर English letter, digit, punctuation mark और control signal को एक unique number assign करता है ताकि computers और devices एक agreed set of codes का उपयोग करके plain text exchange कर सकें। UTF-8, जो modern web पर dominant encoding है, ASCII का superset है: पहले 128 Unicode code points ASCII के identical हैं, यही कारण है कि Unicode-first दुनिया में भी ASCII table को समझना relevant रहता है।
ASCII टेबल कैसे use करें?
Char column में वह character ढूंढें जो आपको चाहिए (या table के ऊपर search box में type करें) और decimal, hex, octal, binary और HTML values पाने के लिए row के across पढ़ें। दूसरी तरफ जाने के लिए, किसी number से search करें — उदाहरण के लिए 65, 0x41 या 1000001 type करें — ताकि पता चले यह कौन सा character represent करता है। इस tool में आप किसी भी value को instantly clipboard पर copy करने के लिए click भी कर सकते हैं। यह asciitable.com या w3schools.com की static image या PDF ASCII chart referencing से faster और more flexible है — दोनों में click-to-copy functionality नहीं है और कोई integrated text converter नहीं है।
ASCII को ASCII क्यों कहते हैं?
इसे ASCII इसलिए कहते हैं क्योंकि यह इसके official name American Standard Code for Information Interchange का acronym है। 'American Standard' reflect करता है कि इसे American Standards Association (अब ANSI) ने U.S. English text के लिए standardise किया था। 'Information Interchange' इसके purpose को describe करता है — अलग-अलग machines, terminals और communication systems को manufacturer या operating system की परवाह किए बिना एक agreed set of character codes का उपयोग करके data share करने देना। ASCII से पहले, अलग-अलग computers incompatible character sets उपयोग करते थे, जिससे अलग-अलग hardware vendors के बीच data exchange unreliable और error-prone था।
ASCII का example क्या है?
Letter 'A' एक classic example है: इसका ASCII code decimal में 65, hexadecimal में 0x41, octal में 101 और binary में 01000001 है। Digit '0' code 48 है, space code 32 है, और line feed (new line) control code 10 है। पूरे alphabet, digits और common punctuation को ऊपर दिए table में instantly look up किया जा सकता है — उस character के सभी representations एक साथ copy करने के लिए कोई भी row click करें। इस tool में built-in Text → ASCII converter आपको कोई भी phrase convert करने देता है: 'Hi' decimal में 72 105 या hexadecimal में 48 69 बन जाता है।
ASCII table 128 की होती है या 256 की?
True ASCII 128 characters (codes 0–127) की है और केवल 7 bits (2⁷ = 128) उपयोग करती है। 256-character version extended ASCII है, जो codes 128–255 add करने के लिए full 8-bit byte का उपयोग करता है। तो जब कोई 'ASCII table' कहता है, तो उसका आमतौर पर मतलब 128-character standard set होता है; '256' Latin-1 (ISO-8859-1) जैसे 8-bit extended sets में से एक को refer करता है। यह tool दोनों दिखाता है: default रूप से standard 128-character table, और extended Latin-1 entries सहित सभी 256 characters दिखाने के लिए एक toggle — w3schools के static charts के विपरीत जो केवल core 128 दिखाते हैं।
ASCII कैसे लिखा जाता है?
ASCII numbers के रूप में लिखा जाता है। हर character उसके code value के रूप में store होता है, जिसे decimal (65), hexadecimal (0x41), octal (101) या binary (01000001) में express किया जा सकता है। Computer के अंदर हर ASCII character एक byte occupy करता है, इसलिए 'Hi' शब्द को दो bytes 72 और 105 के रूप में store किया जाता है। जब text किसी file में appear होता है या network पर जाता है, तो वे bytes ही actually travel करते हैं — आप जो character glyphs देखते हैं वे उन codes की software rendering हैं। Programming languages ASCII values को अलग तरह से express करती हैं: Python 65 पाने के लिए ord('A') और 'A' पाने के लिए chr(65) use करता है।
ASCII में 'I love you' कैसे लिखते हैं?
Decimal ASCII codes में spell out करें तो 'I love you' है: 73 32 108 111 118 101 32 121 111 117 — जहाँ 73 'I' है, 32 space है, 108 111 118 101 'love' है, फिर space के लिए 32, और 121 111 117 'you' है। आप इसे इस tool में built-in Text → ASCII converter से instantly reproduce कर सकते हैं: कोई भी phrase type करें और तुरंत उसका full decimal, hex या binary representation पाएं। कोई अन्य step नहीं चाहिए — calculator sites के विपरीत जो एक separate 'text to ASCII' page पर navigate करने की ज़रूरत होती है, converter यहीं उसी page पर है।
क्या ASCII केवल 7 bits की होती है?
हाँ — standard ASCII एक 7-bit code है, यही कारण है कि इसमें ठीक 128 characters हैं (2⁷ = 128)। Original standard में byte का 8वाँ bit जानबूझकर free छोड़ा गया था, और extended ASCII encodings ने बाद में इसका उपयोग करके 128 और characters add किए। Modern systems extended ASCII की जगह Unicode (UTF-8 के रूप में encoded) उपयोग करते हैं, लेकिन 7-bit ASCII को समझना legacy data, serial protocols, microcontroller firmware, network escape sequences, और C या assembly language में low-level text processing के लिए अभी भी essential है।
ASCII 128 से 255 तक क्या होता है?
Codes 128–255 'extended ASCII' range हैं। ये original 7-bit ASCII standard द्वारा define नहीं हैं, इसलिए उनका meaning उपयोग में आने वाले code page पर depend करता है। सबसे common interpretation Latin-1 (ISO-8859-1) है, जो उन slots को accented letters (é, ñ, ü), currency symbols (£, ¥) और अन्य Western-European characters से भरती है। Windows systems अक्सर Windows-1252 उपयोग करते हैं, जो 128–159 range में Latin-1 से थोड़ा अलग होता है। 127 से ऊपर के codes के लिए Latin-1 mappings के साथ full 256-character set देखने के लिए इस ASCII table में 'Show extended' toggle करें।
क्या यह ASCII टेबल free और private है?
हाँ — पूरी तरह free, कोई sign-up नहीं, कोई usage limit नहीं, और कुछ भी कहीं upload नहीं होता। पूरी table page में built-in है और browser में locally render होती है। asciitable.com और w3schools.com जैसे tools के विपरीत जो heavy ads के साथ एक non-interactive table serve करते हैं, यह tool पूरी तरह interactive, searchable है और एक two-way text ↔ ASCII converter include करता है — सब एक ही page पर। Page load होने के बाद यह offline भी काम करता है — जो embedded systems labs या restricted corporate networks जैसे internet access के बिना environments में debugging के लिए ideal है।
Related tools
सभी टूल्स देखेंस्प्रेडशीट कॉलम कन्वर्टर
स्प्रेडशीट कॉलम नंबर को उसके अक्षर (1 → A) में और वापस बदलें।
Srcset जेनरेटर
अपनी widths से srcset और sizes के साथ रिस्पॉन्सिव <img> markup बनाएँ।
Regex टेस्टर
लाइव मैच हाइलाइटिंग, कैप्चर ग्रुप्स और रिप्लेस प्रीव्यू के साथ रेगुलर एक्सप्रेशन जाँचें।
HTML to Markdown
Convert HTML to clean Markdown — pastes, imports files, and handles lists, tables and code.
JSON Schema Validator
Validate JSON against a JSON Schema (draft-07 / draft-2020-12) with clear error messages.
YAML Formatter
Validate, beautify, and convert YAML online. Real-time syntax highlighting, error detection with line numbers, and one-click JSON export.