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 | ?河 | 001111111000100111001101 | 3f89cd |
EUC-JP | ?河 | 001111111011001011001111 | 3fb2cf |
UTF-8 | 뤒河 | 111010111010010010010010111001101011001010110011 | eba492e6b2b3 |
UHC | 뤒河 | 10001111110000101111100111000001 | 8fc2f9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)