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 | Ôû | 1101010011111011 | d4fb |
| SJIS-WIN | ?? | 0011111100111111 | 3f3f |
| EUC-JP | Ôû | 100011111010101011010100100011111010101111100101 | 8faad48fabe5 |
| UTF-8 | Ôû | 11000011100101001100001110111011 | c394c3bb |
| UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)