Why do you want to move to Wordpress? Always wondering what features it has over others.
To simply get the blog posts you can get the data from the database pretty easy although it won't have everything you want. Just run
SELECT * FROM CONTENT_BlogPost
And it should get you the posts with the basic info. If you want more, you'll have to follow what Martin suggests.