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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 裨泌シ門 | 11100101111010011001010011100101101111001001011011100101 | e5e994e5bc96e5 |
| EUC-JP | 裨泌シ門 | 1110101011101011110010001110011110001110101111001100110011100111 | eaebc8e78ebccce7 |
| UTF-8 | 裨泌シ門 | 111010001010001110101000111001101011001110001100111011111011110110111100111010011001011010000000 | e8a3a8e6b38cefbdbce99680 |
| UHC | 裨泌?門 | 11011110101001011111100110110010001111111101101010100110 | dea5f9b23fdaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)