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 | 鬟殄 | 11101001101000111001111101101000 | e9a39f68 |
EUC-JP | 鬟殄 | 11110010101001011101110111001001 | f2a5ddc9 |
UTF-8 | 鬟殄 | 111010011010110010011111111001101010111010000100 | e9ac9fe6ae84 |
UHC | ?殄 | 001111111111001011001111 | 3ff2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)