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 | 賊泥 | 10010001101011111001001101000100 | 91af9344 |
EUC-JP | 賊泥 | 11000010101100011100010110100101 | c2b1c5a5 |
UTF-8 | 賊泥 | 111010001011001110001010111001101011001110100101 | e8b38ae6b3a5 |
UHC | 賊泥 | 11101110111001001101001011111010 | eee4d2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)