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 | 茘器讐 | 111001001010101110001010111011011000111101010001 | e4ab8aed8f51 |
| EUC-JP | 茘器讐 | 111010001010110110110100111011111011110110110010 | e8adb4efbdb2 |
| UTF-8 | 茘器讐 | 111010001000110010011000111001011001100110101000111010001010111010010000 | e88c98e599a8e8ae90 |
| UHC | ?器讐 | 0011111111010000111011111110001011000010 | 3fd0efe2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)