English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

It's Gabi, but I want to know how to figure out other ones too?

2007-11-21 06:37:38 · 6 answers · asked by pinhead_hey 3 in Computers & Internet Programming & Design

So I can have my name tattooed on myself like this:

http://www.bmeink.com/A70907/high/bmepb606405.jpg

2007-11-21 06:37:59 · update #1

6 answers

I've included a link in the source area. It's a great little web site that lets you convert ascii (plain text) to binary. It turns out my name is "01010100,01101000,01101111,01101101,01100001,01110011" which I thought was kind of cool. Gabi is "01000111,01100001,01100010,01101001".

2007-11-21 06:43:15 · answer #1 · answered by Thomas L 3 · 0 0

Figure out the ASCII value for each letter. For example a is 65. Now translate a into binary. The rightmost byte has a value 1 with each one to the left being double the previous one. If the byte is on(1) you add that value to the total. If it is off(0), you skip it. So 'a 'would look like this.
128 64 32 16 8 4 2 1
0 1 0 0 0 0 0 1

2007-11-21 14:45:47 · answer #2 · answered by Bill 1 · 0 0

The computer alphabet is called ASCII and has numeric representations of all the letters A-Z, a-z, 0-9 and punctuation. So i put a link to site that has the binary equivalents - with you can hunt through Your name:
G 01000111
a 01100001
b 01100010
i 01101001

2007-11-21 14:44:29 · answer #3 · answered by tfloto 6 · 0 0

It really is not as easy as ABC, you see it all has something to do with ASCII.

However after a search I have found this useful site > http://nickciske.com/tools/binary.php

However I would get someone to double check the results for you as you do not want something incorrect on your arm for life!

2007-11-21 14:42:42 · answer #4 · answered by Anonymous · 0 0

If your into doing it the old fashion way then link below to the ASC II chart and then convert to binary.

2007-11-21 14:48:09 · answer #5 · answered by Slick 5 · 0 0

There are translators all over the internet.

Here's one that I found:
http://www.roubaixinteractive.com/PlayGround/Binary_Conversion/Binary_to_Text.asp

Your name came out to be:
01000111011000010110001001101001

Hope this helped (:

2007-11-21 14:43:18 · answer #6 · answered by Alan S 1 · 0 0

fedest.com, questions and answers