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\ | 10010010010100111001001001011100 | 9253925c |
| SJIS-WIN | ?S?\ | 00111111010100110011111101011100 | 3f533f5c |
| EUC-JP | ?S?\ | 00111111010100110011111101011100 | 3f533f5c |
| UTF-8 | S\ | 110000101001001001010011110000101001001001011100 | c29253c2925c |
| UHC | ?S?\ | 00111111010100110011111101011100 | 3f533f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)