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 | 巖忘 | 10011011110111001001011001011001 | 9bdc9659 |
EUC-JP | 巖忘 | 11010110110111101100101110111010 | d6decbba |
UTF-8 | 巖忘 | 111001011011011110010110111001011011111110011000 | e5b796e5bf98 |
UHC | 巖忘 | 11100100110111001101100011001110 | e4dcd8ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)