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 | 裁烽 | 10001101110110011110000010000010 | 8dd9e082 |
EUC-JP | 裁烽 | 10111010110110111101111111100010 | badbdfe2 |
UTF-8 | 裁烽 | 111010001010001110000001111001111000001110111101 | e8a381e783bd |
UHC | 裁烽 | 11101110101011101101110011101011 | eeaedceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)