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 | 攷隆 | 10011101101111011001011110110010 | 9dbd97b2 |
EUC-JP | 攷隆 | 11011010101111111100111010110100 | dabfceb4 |
UTF-8 | 攷隆 | 111001101001010010110111111010011001101010000110 | e694b7e99a86 |
UHC | 攷隆 | 11001101101110011101011111001100 | cdb9d7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)