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 | ß` | 10011000110111111001110001100000 | 98df9c60 |
SJIS-WIN | ???` | 00111111001111110011111101100000 | 3f3f3f60 |
EUC-JP | ?ß?` | 001111111000111110101001110011100011111101100000 | 3f8fa9ce3f60 |
UTF-8 | ß` | 11000010100110001100001110011111110000101001110001100000 | c298c39fc29c60 |
UHC | ?ß?` | 0011111110101001101011000011111101100000 | 3fa9ac3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)