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 | 将穡 | 10001111101010111110001001110000 | 8fabe270 |
EUC-JP | 将穡 | 10111110101011011110001111010001 | beade3d1 |
UTF-8 | 将穡 | 111001011011000010000110111001111010100110100001 | e5b086e7a9a1 |
UHC | ?穡 | 001111111101111111100010 | 3fdfe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)