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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 鮓ッ逞泌シエ | 111010011011011010101111111001111001011110010100111001011011110010110100 | e9b6afe79794e5bcb4 |
| EUC-JP | 鮓ッ逞泌シエ | 111100101011100010001110101011111110110111110111110010001110011110001110101111001000111010110100 | f2b88eafedf7c8e78ebc8eb4 |
| UTF-8 | 鮓ッ逞泌シエ | 111010011010111010010011111011111011110110101111111010011000000010011110111001101011001110001100111011111011110110111100111011111011110110110100 | e9ae93efbdafe9809ee6b38cefbdbcefbdb4 |
| UHC | ??逞泌?? | 0011111100111111110101101100000111111001101100100011111100111111 | 3f3fd6c1f9b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)