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 | 而陌鬼嵬 | 1000111010100111111010001001100110001011010100111001101111001010 | 8ea7e8998b539bca |
| EUC-JP | 而陌鬼嵬 | 1011110010101001111011111111100110110101101101001101011011001100 | bca9eff9b5b4d6cc |
| UTF-8 | 而陌鬼嵬 | 111010001000000010001100111010011001100110001100111010011010110010111100111001011011010110101100 | e8808ce9998ce9acbce5b5ac |
| UHC | 而陌鬼嵬 | 1110110010111011110110001110100011010000101000011110100011100011 | ecbbd8e8d0a1e8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)