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 | ?攻 | 001111111000110101010101 | 3f8d55 |
EUC-JP | ?攻 | 001111111011100110110110 | 3fb9b6 |
UTF-8 | 쾅攻 | 111011001011111010000101111001101001010010111011 | ecbe85e694bb |
UHC | 쾅攻 | 11000100111001111100110111110100 | c4e7cdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)