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 | 敎泥 | 11111010110011011001001101000100 | facd9344 |
EUC-JP | ?泥 | 001111111100010110100101 | 3fc5a5 |
UTF-8 | 敎泥 | 111001101001010110001110111001101011001110100101 | e6958ee6b3a5 |
UHC | 敎泥 | 11001110111001111101001011111010 | cee7d2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)