RAW datatype in PL/SQL is used to store binary data in its raw form without character set conversion. Unlike VARCHAR2 or CHAR, RAW stores data exactly as provided, making it suitable for binary data like hashes, encrypted values, or machine-specific formats that must not be interpreted as text.