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 | 譴鼎 | 11100110101000101001001101000011 | e6a29343 |
EUC-JP | 譴鼎 | 11101100101001001100010110100100 | eca4c5a4 |
UTF-8 | 譴鼎 | 111010001010110110110100111010011011110010001110 | e8adb4e9bc8e |
UHC | 譴鼎 | 11001100101110011111000010100011 | ccb9f0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)