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 | 湿柴シキシツ^ | 100011101011110010001110110001001011110010110111101111001100001001011110 | 8ebc8ec4bcb7bcc25e |
| EUC-JP | 湿柴シキシツ^ | 10111100101111101011110011000110100011101011110010001110101101111000111010111100100011101100001001011110 | bcbebcc68ebc8eb78ebc8ec25e |
| UTF-8 | 湿柴シキシツ^ | 11100110101110011011111111100110100111111011010011101111101111011011110011101111101111011011011111101111101111011011110011101111101111101000001001011110 | e6b9bfe69fb4efbdbcefbdb7efbdbcefbe825e |
| UHC | ?柴????^ | 0011111111100011110000110011111100111111001111110011111101011110 | 3fe3c33f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)