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 | 墺??? | 1001101011010010001111110011111100111111 | 9ad23f3f3f |
| EUC-JP | 墺??? | 1101010011010100001111110011111100111111 | d4d43f3f3f |
| UTF-8 | 墺듕퓱銳 | 111001011010001010111010111010111001001110010101111011011001001110110001111010011000101010110011 | e5a2baeb9395ed93b1e98ab3 |
| UHC | 墺듕퓱銳 | 1110011111110010101101011110010010111111100101111110011111100101 | e7f2b5e4bf97e7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)