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 | 慂跚 | 10011100110010001110011011100111 | 9cc8e6e7 |
EUC-JP | 慂跚 | 11011000110010101110110011101001 | d8caece9 |
UTF-8 | 慂跚 | 111001101000010110000010111010001011011110011010 | e68582e8b79a |
UHC | 慂? | 111010011011110100111111 | e9bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)