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 | 種紙 | 10001110111011011000111010000110 | 8eed8e86 |
EUC-JP | 種紙 | 10111100111011111011101111100110 | bcefbbe6 |
UTF-8 | 種紙 | 111001111010100010101110111001111011010010011001 | e7a8aee7b499 |
UHC | 種紙 | 11110000111110101111001010110101 | f0faf2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)