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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | 赦汐症ォA | 10001110110011011000111010101100100011111100011110101011111101001010011001000001 | 8ecd8eac8fc7abf4a641 |
| EUC-JP | 赦汐症ォ?A | 10111100110011111011110010101110101111101100100110001110101010110011111101000001 | bccfbcaebec98eab3f41 |
| UTF-8 | 赦汐症ォA | 11101000101101011010011011100110101100011001000011100111100101111000011111101111101111011010101111101110100011011001010101000001 | e8b5a6e6b190e79787efbdabee8d9541 |
| UHC | 赦汐症??A | 110111101111010111100000101100011111000111111000001111110011111101000001 | def5e0b1f1f83f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)