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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?慇鈆 | 0011111110011100101111101111101111000001 | 3f9cbefbc1 |
| EUC-JP | 湗慇鈆 | 1000111111000111111110111101100011000000100011111110001110111100 | 8fc7fbd8c08fe3bc |
| UTF-8 | 湗慇鈆 | 111001101011100110010111111001101000010110000111111010011000100010000110 | e6b997e68587e98886 |
| UHC | ?慇? | 00111111111010111101101100111111 | 3febdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)