Serial Communication Issue

my application is to pass through ASCII String from One Software Serial port of arduino to Actual Serial Port of Arduino,

using Serial.print(mySerial.read()), While i enter "A" i am getting "95" to other side while i send "B" i am getting "47". when i send the combination of character the output is not consistant. but when i send on actual serial port of arduino and print on the same port iam getting the same character.

How it is so ?

Can anyone help me out ?

Thank You