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 | 正啖 | 10010000101100111001101001010110 | 90b39a56 |
EUC-JP | 正啖 | 11000000101101011101001110110111 | c0b5d3b7 |
UTF-8 | 正啖 | 111001101010110110100011111001011001010110010110 | e6ada3e59596 |
UHC | 正啖 | 11101111111000011101001110111010 | efe1d3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)