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 | 枝蝎 | 10001110011111011110010110011001 | 8e7de599 |
EUC-JP | 枝蝎 | 10111011110111101110100111111001 | bbdee9f9 |
UTF-8 | 枝蝎 | 111001101001111010011101111010001001110110001110 | e69e9de89d8e |
UHC | 枝蝎 | 11110010101010111100101011101001 | f2abcae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)