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 | 畤珞 | 11100001010111101110000011100010 | e15ee0e2 |
EUC-JP | 畤珞 | 11100001101111111110000011100100 | e1bfe0e4 |
UTF-8 | 畤珞 | 111001111001010110100100111001111000111110011110 | e795a4e78f9e |
UHC | ?珞 | 001111111101010110101000 | 3fd5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)