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 | 樗舫 | 10010010100101001110010001110101 | 9294e475 |
EUC-JP | 樗舫 | 11000011111101001110011111010110 | c3f4e7d6 |
UTF-8 | 樗舫 | 111001101010100010010111111010001000100010101011 | e6a897e888ab |
UHC | 樗舫 | 11101110110000001101101110111010 | eec0dbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)