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 | 瓏鄧 | 11100000111110101111101110111001 | e0fafbb9 |
EUC-JP | 瓏鄧 | 1110000011111100100011111110001011000111 | e0fc8fe2c7 |
UTF-8 | 瓏鄧 | 111001111001001110001111111010011000010010100111 | e7938fe984a7 |
UHC | 瓏鄧 | 11010110111010101101010011111000 | d6ead4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)