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 | 嶢沚 | 10011011110100001001111110001101 | 9bd09f8d |
EUC-JP | 嶢沚 | 11010110110100101101110111101101 | d6d2dded |
UTF-8 | 嶢沚 | 111001011011011010100010111001101011001010011010 | e5b6a2e6b29a |
UHC | 嶢沚 | 11101000111100101111001010101111 | e8f2f2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)