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 | ßo | 10001100110111111000001101101111 | 8cdf836f |
SJIS-WIN | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
EUC-JP | ?ß?o | 001111111000111110101001110011100011111101101111 | 3f8fa9ce3f6f |
UTF-8 | ßo | 11000010100011001100001110011111110000101000001101101111 | c28cc39fc2836f |
UHC | ?ß?o | 0011111110101001101011000011111101101111 | 3fa9ac3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)