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 | 銹爺オサ | 111001111111011010010110111010101011010110111011 | e7f696eab5bb |
| EUC-JP | 銹爺オサ | 1110111011111000110011001110110010001110101101011000111010111011 | eef8ccec8eb58ebb |
| UTF-8 | 銹爺オサ | 111010011000101010111001111001111000100010111010111011111011110110110101111011111011110110111011 | e98ab9e788baefbdb5efbdbb |
| UHC | 銹爺?? | 111000101100100011100101101011000011111100111111 | e2c8e5ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)