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 | ?峽 | 001111111001101110110101 | 3f9bb5 |
EUC-JP | ?峽 | 001111111101011010110111 | 3fd6b7 |
UTF-8 | 뤺峽 | 111010111010010010111010111001011011001110111101 | eba4bae5b3bd |
UHC | 뤺峽 | 10001111111010001111101011110010 | 8fe8faf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)