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 | 林允 | 10010111110100011000100011110010 | 97d188f2 |
EUC-JP | 林允 | 11001110110100111011000011110100 | ced3b0f4 |
UTF-8 | 林允 | 111001101001111010010111111001011000010110000001 | e69e97e58581 |
UHC | 林允 | 11010111111110011110101111000011 | d7f9ebc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)