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 | ?鴨 | 001111111000101010011011 | 3f8a9b |
| EUC-JP | 侁鴨 | 1000111110110000111111001011001111111011 | 8fb0fcb3fb |
| UTF-8 | 侁鴨 | 111001001011111010000001111010011011010010101000 | e4be81e9b4a8 |
| UHC | 侁鴨 | 11100011111000001110010011100101 | e3e0e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)