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 | ??S??e | 001111110011111101010011001111110011111101100101 | 3f3f533f3f65 |
| SJIS-WIN | 偲蒔S偲治e | 10001110110000111000111010101010010100111000111011000011100011101010000101100101 | 8ec38eaa538ec38ea165 |
| EUC-JP | 偲蒔S偲治e | 10111100110001011011110010101100010100111011110011000101101111001010001101100101 | bcc5bcac53bcc5bca365 |
| UTF-8 | 偲蒔S偲治e | 1110010110000001101100101110100010010010100101000101001111100101100000011011001011100110101100101011101101100101 | e581b2e8929453e581b2e6b2bb65 |
| UHC | ?蒔S?治e | 0011111111100011110010000101001100111111111101101011110101100101 | 3fe3c8533ff6bd65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)