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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 捨爵射質蒔 | 10001110110011001000111011011101100011101100101110001110101111111000111010101010 | 8ecc8edd8ecb8ebf8eaa |
| EUC-JP | 捨爵射質蒔 | 10111100110011101011110011011111101111001100110110111100110000011011110010101100 | bccebcdfbccdbcc1bcac |
| UTF-8 | 捨爵射質蒔 | 111001101000110110101000111001111000100010110101111001011011000010000100111010001011001110101010111010001001001010010100 | e68da8e788b5e5b084e8b3aae89294 |
| UHC | 捨爵射質蒔 | 11011110110101111110110111001001110111101101001011110010111101011110001111001000 | ded7edc9ded2f2f5e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)