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 | 水禪 | 10010000100001011110001001010111 | 9085e257 |
EUC-JP | 水禪 | 10111111111001011110001110111000 | bfe5e3b8 |
UTF-8 | 水禪 | 111001101011000010110100111001111010011010101010 | e6b0b4e7a6aa |
UHC | 水禪 | 11100010101010011110000011001001 | e2a9e0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)