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 | 雙荳 | 10011001110101001110010010111000 | 99d4e4b8 |
EUC-JP | 雙荳 | 11010010110101101110100010111010 | d2d6e8ba |
UTF-8 | 雙荳 | 111010011001101110011001111010001000110110110011 | e99b99e88db3 |
UHC | 雙荳 | 11100100101010101101010011100101 | e4aad4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)