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 | 輸艘 | 10010111010000011110010001111010 | 9741e47a |
| EUC-JP | 輸艘 | 11001101101000101110011111011011 | cda2e7db |
| UTF-8 | 輸艘 | 111010001011110010111000111010001000100110011000 | e8bcb8e88998 |
| UHC | 輸? | 111000101100001100111111 | e2c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)