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 | 茘器蹴 | 111001001010101110001010111011011000111101010010 | e4ab8aed8f52 |
| EUC-JP | 茘器蹴 | 111010001010110110110100111011111011110110110011 | e8adb4efbdb3 |
| UTF-8 | 茘器蹴 | 111010001000110010011000111001011001100110101000111010001011100110110100 | e88c98e599a8e8b9b4 |
| UHC | ?器蹴 | 0011111111010000111011111111010111101101 | 3fd0eff5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)