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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?讖雕 | 0011111111100110101010011110100010111000 | 3fe6a9e8b8 |
EUC-JP | 淶讖雕 | 10001111110001111110010111101100101010111111000010111010 | 8fc7e5ecabf0ba |
UTF-8 | 淶讖雕 | 111001101011011110110110111010001010111010010110111010011001101110010101 | e6b7b6e8ae96e99b95 |
UHC | ?讖雕 | 0011111111110011110110011111000011100111 | 3ff3d9f0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)