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 | äßß | 111001001101111111011111 | e4dfdf |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | äßß | 100011111010101110100011100011111010100111001110100011111010100111001110 | 8faba38fa9ce8fa9ce |
UTF-8 | äßß | 110000111010010011000011100111111100001110011111 | c3a4c39fc39f |
UHC | ?ßß | 0011111110101001101011001010100110101100 | 3fa9aca9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)