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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝌麗撫 | 111001011001100010010111111011011001010110001111 | e59897ed958f |
EUC-JP | 蝌麗撫 | 111010011111100011001110111011111100100111101111 | e9f8ceefc9ef |
UTF-8 | 蝌麗撫 | 111010001001110110001100111010011011101010010111111001101001001010101011 | e89d8ce9ba97e692ab |
UHC | ?麗撫 | 0011111111010101111100101101100111101000 | 3fd5f2d9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)