uccser/cs-field-guide

View on GitHub
csfieldguide/static/interactives/unicode-binary/README.md

Summary

Maintainability
Test Coverage

## Description

This interactive displays the binary for a given character (or character by
decimal number) dynamically with different encodings.

## Usage

To use this within the Field Guide it should be used within an iframe tag (e.g. {interactive slug="unicode-binary" type="iframe" parameters="mode=utf8"}).

There is only one available parameter: `mode` which specifies the encoding type, valid values are `utf8`, `utf16` and `utf32`.