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 | 絏滑 | 11100011010100011000101010001010 | e3518a8a |
EUC-JP | 絏滑 | 11100101101100101011001111101010 | e5b2b3ea |
UTF-8 | 絏滑 | 111001111011010110001111111001101011101110010001 | e7b58fe6bb91 |
UHC | ?滑 | 001111111111110011000001 | 3ffcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)