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 | 漿姜 | 10011111111101111001101101001001 | 9ff79b49 |
EUC-JP | 漿姜 | 11011110111110011101010110101010 | def9d5aa |
UTF-8 | 漿姜 | 111001101011110010111111111001011010011110011100 | e6bcbfe5a79c |
UHC | 漿姜 | 11101101111011001100101110101001 | edeccba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)