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 | 11101101110111111010011001001111 | eddfa64f |
SJIS-WIN | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
EUC-JP | íߦO | 10001111101010111011111110001111101010011100111010001111101000101100001101001111 | 8fabbf8fa9ce8fa2c34f |
UTF-8 | íߦO | 11000011101011011100001110011111110000101010011001001111 | c3adc39fc2a64f |
UHC | ?ß?O | 0011111110101001101011000011111101001111 | 3fa9ac3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)