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 | 墺р?葯 | 10011010110100101000010010000010001111111110010011011110 | 9ad284823fe4de |
| EUC-JP | 墺р?葯 | 11010100110101001010011111100010001111111110100011100000 | d4d4a7e23fe8e0 |
| UTF-8 | 墺р돢葯 | 1110010110100010101110101101000110000000111010111000111110100010111010001001000110101111 | e5a2bad180eb8fa2e891af |
| UHC | 墺р돢葯 | 1110011111110010101011001110001010001001101001111110010110110101 | e7f2ace289a7e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)