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 | 墻← | 10011010110101001000000110101001 | 9ad481a9 |
EUC-JP | 墻← | 11010100110101101010001010101011 | d4d6a2ab |
UTF-8 | 墻← | 111001011010001010111011111000101000011010010000 | e5a2bbe28690 |
UHC | 墻← | 11101101110111111010000111100111 | eddfa1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)