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 | 尺赦雜煮赦 | 10001110110110101000111011001101111010001011011010001110110011111000111011001101 | 8eda8ecde8b68ecf8ecd |
| EUC-JP | 尺赦雜煮赦 | 10111100110111001011110011001111111100001011100010111100110100011011110011001111 | bcdcbccff0b8bcd1bccf |
| UTF-8 | 尺赦雜煮赦 | 111001011011000010111010111010001011010110100110111010011001101110011100111001111000010110101110111010001011010110100110 | e5b0bae8b5a6e99b9ce785aee8b5a6 |
| UHC | 尺赦雜煮赦 | 11110100101010011101111011110101111011011101101011101101101101001101111011110101 | f4a9def5eddaedb4def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)