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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 櫛? | 100010111111100100111111 | 8bf93f |
EUC-JP | 櫛? | 101101101111101100111111 | b6fb3f |
UTF-8 | 櫛렚 | 111001101010101110011011111010111010000010011010 | e6ab9beba09a |
UHC | 櫛렚 | 11110001111011101000111010101101 | f1ee8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)