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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | コ靤。蒔^ | 1111000010100011101110101110100011010000101000011111000111100101100011101010101001011110 | f0a3bae8d0a1f1e58eaa5e |
| EUC-JP | ?コ靤。?蒔^ | 0011111110001110101110101111000011010010100011101010000100111111101111001010110001011110 | 3f8ebaf0d28ea13fbcac5e |
| UTF-8 | コ靤。蒔^ | 11101110100000011010001011101111101111011011101011101001100111011010010011101111101111011010000111101110100001011010000011101000100100101001010001011110 | ee81a2efbdbae99da4efbda1ee85a0e892945e |
| UHC | ?????蒔^ | 0011111100111111001111110011111100111111111000111100100001011110 | 3f3f3f3f3fe3c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)