mungkin bisa coba fungsi RAWTOHEX dari sql. select rawtohex(bin_column) from bin_table;
regards, tomi --- Rohmansyah <[EMAIL PROTECTED]> wrote: > haloo semua > saya mempunya masalah soal conversi data dari > unicode ke dalam hexa > contoh datanya seperti ini : > > Data_Awal Hasil Conversi > ~â q âùâââÂ¥ 7E 09 00 71 00 1D 97 > B0 0A BE 9D > ~â q âùâââÆ 7E 09 00 71 00 1D 97 > B1 0A BF 9F > ~â q âùâââÂ¥ 7E 09 00 71 00 1D 97 > B2 0A BC 9D > ~â q âùâââÆ 7E 09 00 71 00 1D 97 > B3 0A BD 9F > ~â q âùâ¤ââÂ¥ 7E 09 00 71 00 1D 97 > B4 0A BA 9D > ~â q âùâ¤ââÂ¥ 7E 09 00 71 00 1D 97 > B5 0A BB 9F > > adakah di antara rekan-2 yang pernah membuat program > seperti ini, saya mohon > bantuan dan pencerahannya sebelumnya saya ucapkan > terima kasih atas > bantuannya > > Best Regard > > Rohmansyah > > > > -- > -----------I.N.D.O - O.R.A.C.L.E--------------- > Keluar: [EMAIL PROTECTED] > Website: http://indo-oracle.lizt.org (NEW) > ----------------------------------------------- > > Bergabung dengan Indonesia Thin Client User Groups, > Terminal Server, Citrix, New Moon Caneveral, di: > http://indo-thin.vze.com > Yahoo! Groups Links > > > [EMAIL PROTECTED] > > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- -----------I.N.D.O - O.R.A.C.L.E--------------- Keluar: [EMAIL PROTECTED] Website: http://indo-oracle.lizt.org (NEW) ----------------------------------------------- Bergabung dengan Indonesia Thin Client User Groups, Terminal Server, Citrix, New Moon Caneveral, di: http://indo-thin.vze.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indo-oracle/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

