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 | 輕倆 | 11100111011010101001100011101101 | e76a98ed |
EUC-JP | 輕倆 | 11101101110010111101000011101111 | edcbd0ef |
UTF-8 | 輕倆 | 111010001011110010010101111001011000000010000110 | e8bc95e58086 |
UHC | 輕倆 | 11001100111011101101010111010110 | cceed5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)