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 | セセ斜璽 | 101111101011111010001110110011101000111010100011 | bebe8ece8ea3 |
| EUC-JP | セセ斜璽 | 1000111010111110100011101011111010111100110100001011110010100101 | 8ebe8ebebcd0bca5 |
| UTF-8 | セセ斜璽 | 111011111011110110111110111011111011110110111110111001101001011010011100111001111001001010111101 | efbdbeefbdbee6969ce792bd |
| UHC | ??斜璽 | 001111110011111111011110110110001101111111011110 | 3f3fded8dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)