Flux rss

Converting a 32-bit integer into IP

Published by netty5, last update on Wednesday November 19, 2008 06:30:51 AM by netty5

Converting a 32-bit integer into IP






Number to convert: 3265917058

Binary representation

11000010 10101001 11110000 10000010 - 3265917058
00000000 00000000 00000000 11000010 - 3265917058 >> 24 ( 194 )

11000010 10101001 11110000 10000010 - 3265917058
10101001 11110000 10000010 00000000 - 3265917058 << 8
00000000 00000000 00000000 10101001 - (3265917058 << 8 ) >> 24 ( 169 )

11000010 10101001 11110000 10000010 - 3265917058
11110000 10000010 00000000 00000000 - 3265917058 << 16
00000000 00000000 00000000 11110000 - (3265917058 << 16) >> 24 ( 240 )

11000010 10101001 11110000 10000010 - 3265917058
10000010 00000000 00000000 00000000 - 3265917058 << 24
00000000 00000000 00000000 10000010 - (3265917058 << 24) >> 24 ( 130 )


Command use for conversion
$ echo 3265917058 | perl -ne 'print $_>>24 ,".",$_<<8>>24,".",$_<<16>>24,".",$_<<24>>24,"\n"'
194.169.240.130
32 bit vs 64 bit on laptop Hello, I just bought a lap top with 64 bit and windows vista. I did not realize that my job I have on the side which runs dos programs only runs 32 bit. Is there anything I can do besides return computer? thanks lt en.kioskea.net/forum/affich-28410-32-bit-vs-64-bit-on-laptop
Converting your PDF file into an Image Converting your PDF file into an Image Universal Document Converter PDF2IMAGE PDF TO IMAGE CONVERTER You could have encountered difficulties to modify PDF docs in the past. Nowadays this is no more trouble as there are several PDF... en.kioskea.net/faq/sujet-187-converting-your-pdf-file-into-an-image
Dual Boot Windows 64 bit Vista & 32 bit Vista Hello, I am running a Windows 64 bit os on a quad core chipped computer with 4 gigs of RAM. I am not able to run some essential software for my business on 64 bit. My question is: Can I install 32 bit on this machine and be able to run my 32 bit... en.kioskea.net/forum/affich-26042-dual-boot-windows-64-bit-vista-32-bit-vista
[C language]Handling 64-bit integers[C language]Handling 64-bit integers Unsigned 64-bit integer Example: Signed 64-bit integer Example: Basically in C language, an unsigned number over 32 bit can not exceed the value of 4 294 967 295. It may happen that you are... en.kioskea.net/faq/sujet-978-c-language-handling-64-bit-integers
How to use a driver ODBC 32 BITS under the Window 2003(64 bits)?How to use a driver ODBC 32 BITS under the Window 2003(64 bits)? You have a Windows 2003 server (64-bits) and you want to use a 32 bits ODBC driver: one that is usually found in the administrative panel for ODBC on Windows or an external... en.kioskea.net/faq/sujet-707-how-to-use-a-driver-odbc-32-bits-under-the-window-2003-64-bits
Compiling/testing in 32-bit on Ubuntu X86-64Compiling/testing in 32-bit on Ubuntu X86-64 If you want compile a source code for testing purpose or to use it as a 32-bit binary,the main problem is that the headers of the standard library are not suitable for this purpose and that a... en.kioskea.net/faq/sujet-1137-compiling-testing-in-32-bit-on-ubuntu-x86-64
32 Bit and 64 Bit on one machineHi I was wondering if I can install both Vista 64 Bit and Vista 32 Bit on one machine and choose which one to boot depending on what I am doing at that time. Let me know, Thanks en.kioskea.net/forum/affich-17267-32-bit-and-64-bit-on-one-machine
Share : how to convert DVD and video to iPhonShare : how to convert DVD and video to iPhone,iPod,Zune,PSP Download it at http://www.oursdownload.com/dvd-video-converter.html Part 1:Convert DVD movie to iPhone, iPod touch/classic/video/nano, Zune, PSP, etc Part 2:Convert AVI, WMV, MPEG, RM, RMVB,... en.kioskea.net/forum/affich-14726-share-how-to-convert-dvd-and-video-to-iphon
XP Pro 32 bit on 64 bitHello, I have a program (GNEC ver 1.6 - http://www.nittany-scientific.com). It runs on 32 bit but does not run on 64 bit. Is there any way to run it on 64? Thanks en.kioskea.net/forum/affich-42911-xp-pro-32-bit-on-64-bit
Download Quick Word to PDFTo transfer your documents most in possible security, there is not better than format PDF. Then, to convert your documents Word into PDF, adopt the quick program Word to PDF. Quick Word to PDF is a tool which integrates with the interface of... en.kioskea.net/telecharger/telecharger-609-quick-word-to-pdf
Download WinRARWinRAR is version 32 bits of the archive RAR. It compresses files up to 15 % of better than archives based on ZIP. It supports archives ARJ, ZIP, LZH, CAB and ACE. One of its main advantages is the possibility of breaking up an archive in several... en.kioskea.net/telecharger/telecharger-909-winrar
Download PuttyPutty is SSH client and free Telnet for platforms Windows 32 bits. He allows to be connected to a distant server from a computer linked to Internet.Using this type of interface, there is no need for you to be sitting at the same machine you are typing... en.kioskea.net/telecharger/telecharger-918-putty
BinHex encoding BinHex encoding (a contraction of binary-to-hexadecimal) is a proprietary algorithm owned by Apple for converting 8-bit binary data into a 7-bit format. BinHex encoding, designed for Macintosh systems, is used to preserve file attributes, and... en.kioskea.net/base/binhex.php3
Uuencode/Uudecode UUencode encoding (a contraction of Unix-to-Unix encode) is an algorithm for converting 8-bit binary data into a 7-bit format. Uuencoding was originally created for sending binary files using the email protocol uucp. The uucp system translated the... en.kioskea.net/base/uuencode-uudecode.php3
PC assembly - Inserting expansion cards Expansion cards are plugged into expansion slots. There are several types of slots: ISA slots run at 16 bits. Few computers still use this type of slot as the bus runs at a relatively slow speed. PCI slots run at 32 bits. This slot is used for most ... en.kioskea.net/assemblage/installation-cartes-extension.php3