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 | 篶霖 | 11100010110011001110100011000001 | e2cce8c1 |
EUC-JP | 篶霖 | 11100100110011101111000011000011 | e4cef0c3 |
UTF-8 | 篶霖 | 111001111010111110110110111010011001110010010110 | e7afb6e99c96 |
UHC | ?霖 | 001111111101011111111101 | 3fd7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)