Mengkonversi binary data ke text representation. Format: base64, hex, atau escape.
textDiperbarui: 12 Jul 2026ENCODE(data bytea, format text)Binary data
Format encoding (base64, hex, escape)
1 SELECT ENCODE('hello'::bytea, 'base64');
Encode string ke base64.
| encode |
|---|
| aGVsbG8= |
Sudah paham ENCODE? Latih langsung di browser
Latihan interaktif, langsung di browser.