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 | 逸舫 | 10001000111011011110010001110101 | 88ede475 |
EUC-JP | 逸舫 | 10110000111011111110011111010110 | b0efe7d6 |
UTF-8 | 逸舫 | 111010011000000010111000111010001000100010101011 | e980b8e888ab |
UHC | 逸舫 | 11101100111011111101101110111010 | ecefdbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)