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 | 巐∵收 | 111110101011011010000001111001101001110110111110 | fab681e69dbe |
EUC-JP | 巐∵收 | 10001111101110111111100110100010111010001101101011000000 | 8fbbf9a2e8dac0 |
UTF-8 | 巐∵收 | 111001011011011110010000111000101000100010110101111001101001010010110110 | e5b790e288b5e694b6 |
UHC | ?∵收 | 0011111110100001111100011110001010100101 | 3fa1f1e2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)