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 | 崖姚 | 10001010010100101001101101001100 | 8a529b4c |
EUC-JP | 崖姚 | 10110011101100111101010110101101 | b3b3d5ad |
UTF-8 | 崖姚 | 111001011011010010010110111001011010011110011010 | e5b496e5a79a |
UHC | 崖姚 | 11100100111100001110100011101110 | e4f0e8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)