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 | 111000111101111101101111 | e3df6f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | ãßo | 10001111101010111010101010001111101010011100111001101111 | 8fabaa8fa9ce6f |
UTF-8 | ãßo | 1100001110100011110000111001111101101111 | c3a3c39f6f |
UHC | ?ßo | 00111111101010011010110001101111 | 3fa9ac6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)