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 | 罘句偽莢 | 1110001110100111100010111110010110001011010101011110010010110000 | e3a78be58b55e4b0 |
| EUC-JP | 罘句偽莢 | 1110011010101001101101101110011110110101101101101110100010110010 | e6a9b6e7b5b6e8b2 |
| UTF-8 | 罘句偽莢 | 111001111011110110011000111001011000111110100101111001011000000110111101111010001000111010100010 | e7bd98e58fa5e581bde88ea2 |
| UHC | ?句?莢 | 001111111100111110100011001111111111101011111000 | 3fcfa33ffaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)