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 | 鮴鏝 | 11101001101111101110100001010111 | e9bee857 |
EUC-JP | 鮴鏝 | 11110010110000001110111110111000 | f2c0efb8 |
UTF-8 | 鮴鏝 | 111010011010111010110100111010011000111110011101 | e9aeb4e98f9d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)