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 | 隴肋 | 11101000101011011001100001011101 | e8ad985d |
EUC-JP | 隴肋 | 11110000101011111100111110111110 | f0afcfbe |
UTF-8 | 隴肋 | 111010011001101010110100111010001000001010001011 | e99ab4e8828b |
UHC | ?肋 | 001111111101011111001110 | 3fd7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)