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 | ?D? | 001111110100010000111111 | 3f443f |
| SJIS-WIN | 削D默 | 1000110111101101010001001110000011010010 | 8ded44e0d2 |
| EUC-JP | 削D默 | 1011101011101111010001001110000011010100 | baef44e0d4 |
| UTF-8 | 削D默 | 11100101100010011000101001000100111010011011101110011000 | e5898a44e9bb98 |
| UHC | 削D默 | 1101111011111011010001001101100111111001 | defb44d9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)