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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 種陌慮 | 100011101110110111101000100110011001011110110110 | 8eede89997b6 |
EUC-JP | 種陌慮 | 101111001110111111101111111110011100111010111000 | bcefeff9ceb8 |
UTF-8 | 種陌慮 | 111001111010100010101110111010011001100110001100111001101000010110101110 | e7a8aee9998ce685ae |
UHC | 種陌慮 | 111100001111101011011000111010001101010111100111 | f0fad8e8d5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)