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 | 甯扁 | 11111010101010001001110101000111 | faa89d47 |
EUC-JP | 甯扁 | 1000111111001101101010101101100110101000 | 8fcdaad9a8 |
UTF-8 | 甯扁 | 111001111001010010101111111001101000100110000001 | e794afe68981 |
UHC | ?扁 | 001111111111100010110111 | 3ff8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)