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 | 水誦 | 10010000100001011110011001110101 | 9085e675 |
EUC-JP | 水誦 | 10111111111001011110101111010110 | bfe5ebd6 |
UTF-8 | 水誦 | 111001101011000010110100111010001010101010100110 | e6b0b4e8aaa6 |
UHC | 水誦 | 11100010101010011110000111101001 | e2a9e1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)