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 | 雋牙<螳 | 1110100010110010100010011110010110000001100000111110010110101110 | e8b289e58183e5ae |
| EUC-JP | 雋牙<螳 | 1111000010110100101100101110011110100001111000111110101010110000 | f0b4b2e7a1e3eab0 |
| UTF-8 | 雋牙<螳 | 111010011001101110001011111001111000100110011001111011111011110010011100111010001001111010110011 | e99b8be78999efbc9ce89eb3 |
| UHC | 雋牙<螳 | 1111000111100110111001001011001110100011101111001101001111011001 | f1e6e4b3a3bcd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)