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 | 碩粹 | 10010000110101111110001011101101 | 90d7e2ed |
EUC-JP | 碩粹 | 11000000110110011110010011101111 | c0d9e4ef |
UTF-8 | 碩粹 | 111001111010001010101001111001111011001010111001 | e7a2a9e7b2b9 |
UHC | 碩粹 | 11100000101101011110001010110110 | e0b5e2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)