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 | 煽拗 | 10010000111110001001110101011000 | 90f89d58 |
EUC-JP | 煽拗 | 11000000111110101101100110111001 | c0fad9b9 |
UTF-8 | 煽拗 | 111001111000010110111101111001101000101110010111 | e785bde68b97 |
UHC | 煽拗 | 11100000110000111110100011110011 | e0c3e8f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)