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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 調?杰 | 1001001010110010001111111001111001011110 | 92b23f9e5e |
EUC-JP | 調?杰 | 1100010010110100001111111101101110111111 | c4b43fdbbf |
UTF-8 | 調쇘杰 | 111010001010101010111111111011001000011110011000111001101001110110110000 | e8aabfec8798e69db0 |
UHC | 調쇘杰 | 111100001110000010111100111001111100101111111001 | f0e0bce7cbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)