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 | 貳靂 | 11100110110001101110100011001100 | e6c6e8cc |
EUC-JP | 貳靂 | 11101100110010001111000011001110 | ecc8f0ce |
UTF-8 | 貳靂 | 111010001011001010110011111010011001110110000010 | e8b2b3e99d82 |
UHC | 貳靂 | 11101100110000111101010111111010 | ecc3d5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)