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 | 先世 | 10010000111001101001000010100010 | 90e690a2 |
EUC-JP | 先世 | 11000000111010001100000010100100 | c0e8c0a4 |
UTF-8 | 先世 | 111001011000010110001000111001001011100010010110 | e58588e4b896 |
UHC | 先世 | 11100000101110111110000110100110 | e0bbe1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)