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 | 跏千 | 11100110111001101001000011100111 | e6e690e7 |
EUC-JP | 跏千 | 11101100111010001100000011101001 | ece8c0e9 |
UTF-8 | 跏千 | 111010001011011110001111111001011000110110000011 | e8b78fe58d83 |
UHC | 跏千 | 11001010101110101111010010110110 | cabaf4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)