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 | 澗? | 100010101100000000111111 | 8ac03f |
EUC-JP | 澗? | 101101001100001000111111 | b4c23f |
UTF-8 | 澗뤉 | 111001101011111010010111111010111010010010001001 | e6be97eba489 |
UHC | 澗뤉 | 11001010110101011000111110111001 | cad58fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)