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 | 赦汐茗汐而 | 10001110110011011000111010101100111001001010101010001110101011001000111010100111 | 8ecd8eace4aa8eac8ea7 |
| EUC-JP | 赦汐茗汐而 | 10111100110011111011110010101110111010001010110010111100101011101011110010101001 | bccfbcaee8acbcaebca9 |
| UTF-8 | 赦汐茗汐而 | 111010001011010110100110111001101011000110010000111010001000110010010111111001101011000110010000111010001000000010001100 | e8b5a6e6b190e88c97e6b190e8808c |
| UHC | 赦汐茗汐而 | 11011110111101011110000010110001110110011010101111100000101100011110110010111011 | def5e0b1d9abe0b1ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)