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 | シケシテ疾痔 | 1011110010111001101111001100001110001110101111101000111010100100 | bcb9bcc38ebe8ea4 |
| EUC-JP | シケシテ疾痔 | 100011101011110010001110101110011000111010111100100011101100001110111100110000001011110010100110 | 8ebc8eb98ebc8ec3bcc0bca6 |
| UTF-8 | シケシテ疾痔 | 111011111011110110111100111011111011110110111001111011111011110110111100111011111011111010000011111001111001011010111110111001111001011110010100 | efbdbcefbdb9efbdbcefbe83e796bee79794 |
| UHC | ????疾痔 | 0011111100111111001111110011111111110010111100001111011011000000 | 3f3f3f3ff2f0f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)