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 | ße | 10001010110111111001000101100101 | 8adf9165 |
SJIS-WIN | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
EUC-JP | ?ß?e | 001111111000111110101001110011100011111101100101 | 3f8fa9ce3f65 |
UTF-8 | ße | 11000010100010101100001110011111110000101001000101100101 | c28ac39fc29165 |
UHC | ?ß?e | 0011111110101001101011000011111101100101 | 3fa9ac3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)