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 | 鸞舒 | 11101010011000011001100010101110 | ea6198ae |
EUC-JP | 鸞舒 | 11110011110000101101000010110000 | f3c2d0b0 |
UTF-8 | 鸞舒 | 111010011011100010011110111010001000100010010010 | e9b89ee88892 |
UHC | 鸞舒 | 11010101101101101110000010100010 | d5b6e0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)