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 | 該捧 | 10001010010110011001010111111001 | 8a5995f9 |
EUC-JP | 該捧 | 10110011101110101100101011111011 | b3bacafb |
UTF-8 | 該捧 | 111010001010100110110010111001101000110110100111 | e8a9b2e68da7 |
UHC | 該捧 | 11111010101100011101110011101001 | fab1dce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)