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 | テ敕愿カ | 110000111001110111000011100111001100001110110110 | c39dc39cc3b6 |
| EUC-JP | テ敕愿カ | 1000111011000011110110101100010111011000110001011000111010110110 | 8ec3dac5d8c58eb6 |
| UTF-8 | テ敕愿カ | 111011111011111010000011111001101001010110010101111001101000010010111111111011111011110110110110 | efbe83e69595e684bfefbdb6 |
| UHC | ??愿? | 0011111100111111111010101011010000111111 | 3f3feab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)