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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 尺赦雜煮 | 1000111011011010100011101100110111101000101101101000111011001111 | 8eda8ecde8b68ecf |
| EUC-JP | 尺赦雜煮 | 1011110011011100101111001100111111110000101110001011110011010001 | bcdcbccff0b8bcd1 |
| UTF-8 | 尺赦雜煮 | 111001011011000010111010111010001011010110100110111010011001101110011100111001111000010110101110 | e5b0bae8b5a6e99b9ce785ae |
| UHC | 尺赦雜煮 | 1111010010101001110111101111010111101101110110101110110110110100 | f4a9def5eddaedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)