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 | 讐紗 | 10001111010100011000111011010001 | 8f518ed1 |
EUC-JP | 讐紗 | 10111101101100101011110011010011 | bdb2bcd3 |
UTF-8 | 讐紗 | 111010001010111010010000111001111011010010010111 | e8ae90e7b497 |
UHC | 讐紗 | 11100010110000101101111011101001 | e2c2dee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)