Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/encoding

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
Index
ascii85.ts

encode and decode for Ascii85/base85 encoding.

base32.ts

encode and decode for base32 encoding.

base58.ts

encode and decode for base58 encoding.

base64.ts

encode and decode for base64 encoding.

base64url.ts

encode and decode for base64 URL safe encoding.

binary.ts

Functions for encoding binary data in array buffers.

hex.ts

Port of the Go encoding/hex library.

varint.ts

Functions for encoding typed integers in array buffers.