$post_id = 3633;

echo apply_filters('the_content', get_post_field('post_content', $post_id));

— or just to get the raw content…

echo get_post_field('post_content', $post_id));