I just downloaded commons-codec.jarcommons-codec.jar and got perfect php like md5. Here is manual http://commons.apache.org/codec/api-release/org/apache/commons/codec/digest/DigestUtils.htmlmanual.
Just import it to your project and use
String Url = "your_url"; System.out.println( DigestUtils.md5Hex( Url ) ); and there you have it.