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 | Fß | 100000110100011011011111 | 8346df |
SJIS-WIN | ?F? | 001111110100011000111111 | 3f463f |
EUC-JP | ?Fß | 0011111101000110100011111010100111001110 | 3f468fa9ce |
UTF-8 | Fß | 1100001010000011010001101100001110011111 | c28346c39f |
UHC | ?Fß | 00111111010001101010100110101100 | 3f46a9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)