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 | 杜? | 100100110110110100111111 | 936d3f |
EUC-JP | 杜? | 110001011100111000111111 | c5ce3f |
UTF-8 | 杜룫 | 111001101001110110011100111010111010001110101011 | e69d9ceba3ab |
UHC | 杜룫 | 11010100111000011000111110100010 | d4e18fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)