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 | òß | 1111001011011111 | f2df |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | òß | 100011111010101111010010100011111010100111001110 | 8fabd28fa9ce |
UTF-8 | òß | 11000011101100101100001110011111 | c3b2c39f |
UHC | ?ß | 001111111010100110101100 | 3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)