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 | 淨諾 | 10011111110001001001000111111000 | 9fc491f8 |
EUC-JP | 淨諾 | 11011110110001101100001011111010 | dec6c2fa |
UTF-8 | 淨諾 | 111001101011011110101000111010001010101110111110 | e6b7a8e8abbe |
UHC | 淨諾 | 11101111111001001101000111100111 | efe4d1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)