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 | 靂孵 | 11101000110011001001101101111010 | e8cc9b7a |
EUC-JP | 靂孵 | 11110000110011101101010111011011 | f0ced5db |
UTF-8 | 靂孵 | 111010011001110110000010111001011010110110110101 | e99d82e5adb5 |
UHC | 靂孵 | 11010101111110101101110110100010 | d5fadda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)