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 | äß\ | 111001001101111101011100 | e4df5c |
SJIS-WIN | ??\ | 001111110011111101011100 | 3f3f5c |
EUC-JP | äß\ | 10001111101010111010001110001111101010011100111001011100 | 8faba38fa9ce5c |
UTF-8 | äß\ | 1100001110100100110000111001111101011100 | c3a4c39f5c |
UHC | ?ß\ | 00111111101010011010110001011100 | 3fa9ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)