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 | 墺o?恁 | 10011010110100101000001010001111001111111001110010001100 | 9ad2828f3f9c8c |
| EUC-JP | 墺o?恁 | 11010100110101001010001111101111001111111101011111101100 | d4d4a3ef3fd7ec |
| UTF-8 | 墺o쪕恁 | 111001011010001010111010111011111011110110001111111011001010101010010101111001101000000110000001 | e5a2baefbd8fecaa95e68181 |
| UHC | 墺o쪕恁 | 1110011111110010101000111110111110100101100011111110110011110110 | e7f2a3efa58fecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)