Column1 of table1 is indeed of varbinary type.
dbo.eProcedure as the following definition:
CREATE PROCEDURE [dbo].[eProcedure]
-- Add the parameters for the stored procedure here
@cT varchar(MAX) = NULL,
@et varbinary(MAX) OUTPUT
AS
BEGIN
....
as @value1 is...