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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 賊術? | 1001000110101111100011110111000000111111 | 91af8f703f |
| EUC-JP | 賊術? | 1100001010110001101111011101000100111111 | c2b1bdd13f |
| UTF-8 | 賊術橓 | 111010001011001110001010111010001010000110010011111001101010100110010011 | e8b38ae8a193e6a993 |
| UHC | 賊術橓 | 111011101110010011100010111110101110001011100101 | eee4e2fae2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)