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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 貶蛇趁酌赧 | 11100110110010001000111011010110111001101110000110001110110111101110011011011101 | e6c88ed6e6e18edee6dd |
| EUC-JP | 貶蛇趁酌赧 | 11101100110010101011110011011000111011001110001110111100111000001110110011011111 | eccabcd8ece3bce0ecdf |
| UTF-8 | 貶蛇趁酌赧 | 111010001011001010110110111010001001101110000111111010001011011010000001111010011000010110001100111010001011010110100111 | e8b2b6e89b87e8b681e9858ce8b5a7 |
| UHC | 貶蛇?酌? | 1111100010111111110111101110111100111111111011011100110000111111 | f8bfdeef3fedcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)