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 | 袖雙 | 10010001101100111001100111010100 | 91b399d4 |
EUC-JP | 袖雙 | 11000010101101011101001011010110 | c2b5d2d6 |
UTF-8 | 袖雙 | 111010001010001010010110111010011001101110011001 | e8a296e99b99 |
UHC | 袖雙 | 11100010110000001110010010101010 | e2c0e4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)