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 | 朎翦 | 11111010110111111110001111000110 | fadfe3c6 |
EUC-JP | 朎翦 | 1000111111000010111100001110011011001000 | 8fc2f0e6c8 |
UTF-8 | 朎翦 | 111001101001110010001110111001111011111110100110 | e69c8ee7bfa6 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)