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 | ナマ | 1100010111001111 | c5cf |
| EUC-JP | ナマ | 10001110110001011000111011001111 | 8ec58ecf |
| UTF-8 | ナマ | 111011111011111010000101111011111011111010001111 | efbe85efbe8f |
| UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)