Top "Ascii" questions

A character-encoding scheme based on the ordering of the English alphabet.

What does PuTTY send when I press Enter key?

I am trying desperately to get a Bluetooth dongle working with my Arduino but I can't send it a command …

arduino ascii putty control-characters
How do uppercase and lowercase letters differ by only one bit?

I have found one example in Data and Communication Networking book written by Behrouza Forouzan regarding upper- and lowercase letters …

ascii bit-manipulation case-sensitive
UnicodeDecodeError: 'utf8' codec can't decode byte 0x80 in position 3131: invalid start byte

I am trying to read twitter data from json file using python 2.7.12. Code I used is such: import json import …

json python-2.7 utf-8 ascii python-unicode
How do I convert LaTeX to plain-text (ASCII)?

Scenario: I have a document I created using LaTeX (my resume in this case), it's compiling in pdflatex correctly and …

latex ascii
How to remove accents and turn letters into "plain" ASCII characters?

What is the most efficient way to remove accents from a string e.g. ÈâuÑ becomes Eaun? Is there a …

php regex string ascii
What does 256 means for 128 unique characters in ascii table

If I need to check a string has unique characters, I understand if we are considering characters in Ascii table, …

ascii
What does \x00 mean in binary file?

Once I asked a guy "what is the difference between ASCII and Binary files?" And he said "Binary files always …

file binary ascii binaryfiles
Remove all non-ASCII characters from string

I have a C# routine that imports data from a CSV file, matches it against a database and then rewrites …

c# ascii
Python: XOR hex strings

Possible Duplicate: bitwise XOR of hex numbers in python I am trying to XOR two hex strings in Python and …

python cryptography hex ascii xor
Go string to ascii byte array

How can I encode my string as ASCII byte array?

go byte ascii