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 | 貶蛇趁酌 | 1110011011001000100011101101011011100110111000011000111011011110 | e6c88ed6e6e18ede |
| EUC-JP | 貶蛇趁酌 | 1110110011001010101111001101100011101100111000111011110011100000 | eccabcd8ece3bce0 |
| UTF-8 | 貶蛇趁酌 | 111010001011001010110110111010001001101110000111111010001011011010000001111010011000010110001100 | e8b2b6e89b87e8b681e9858c |
| UHC | 貶蛇?酌 | 11111000101111111101111011101111001111111110110111001100 | f8bfdeef3fedcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)