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 | 鄒栞 | 11100111101111101001111001111000 | e7be9e78 |
EUC-JP | 鄒栞 | 11101110110000001101101111011001 | eec0dbd9 |
UTF-8 | 鄒栞 | 111010011000010010010010111001101010000010011110 | e98492e6a09e |
UHC | 鄒? | 111101011101101100111111 | f5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)