[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/analytics/analytics-engine/sql-reference/encoding-functions/ [Back]  [Original]

SQL Reference Cloudflare Analytics docsSkip to content
SearchCtrlKLog in
  1. Home
  2. /Analytics
  3. /
  4. /SQL Reference
  5. /Encoding functions

Encoding functions

Last updated Apr 23, 2026Copy as MarkdownView as MarkdownAgent setup
Overviewbin hex

bin New

Usage:

bin(<expression>)

bin returns a string containing the binary representation of its argument.

Examples:

-- get the binary representation of 1
bin(1)
-- get the binary representation of a string`
bin('abc')

hex New

Usage:

hex(<expression>)

hex returns a string containing the hexadecimal representation of its argument.

Examples:

-- get the hexadecimal representation of 1
hex(1)
-- get the hexadecimal representation of a string`
hex('abc')
PreviousDate and Time functionsNextMathematical functions

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page