To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | ?鵠 | 001111111000110110010100 | 3f8d94 |
| EUC-JP | ?鵠 | 001111111011100111110100 | 3fb9f4 |
| UTF-8 | 렺鵠 | 111010111010000010111010111010011011010110100000 | eba0bae9b5a0 |
| UHC | 렺鵠 | 10001110110000101100110111011100 | 8ec2cddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)