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 | 旋鋤 | 10010000111110011000111110011011 | 90f98f9b |
EUC-JP | 旋鋤 | 11000000111110111011110111111011 | c0fbbdfb |
UTF-8 | 旋鋤 | 111001101001011110001011111010011000101110100100 | e6978be98ba4 |
UHC | 旋鋤 | 11100000110000011110000010100111 | e0c1e0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)