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 | 軒揚 | 10001100101011001001011101100111 | 8cac9767 |
EUC-JP | 軒揚 | 10111000101011101100110111001000 | b8aecdc8 |
UTF-8 | 軒揚 | 111010001011101110010010111001101000111110011010 | e8bb92e68f9a |
UHC | 軒揚 | 11111010110011011110010111000000 | facde5c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)