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 | 煇攻 | 11111011010101111000110101010101 | fb578d55 |
EUC-JP | 煇攻 | 1000111111001001111101011011100110110110 | 8fc9f5b9b6 |
UTF-8 | 煇攻 | 111001111000010110000111111001101001010010111011 | e78587e694bb |
UHC | 煇攻 | 11111101110010001100110111110100 | fdc8cdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)