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 | 提?蘖 | 1001001011110001001111111001111101010000 | 92f13f9f50 |
EUC-JP | 提?蘖 | 1100010011110011001111111101110110110001 | c4f33fddb1 |
UTF-8 | 提렡蘖 | 111001101000111110010000111010111010000010100001111010001001100010010110 | e68f90eba0a1e89896 |
UHC | 提렡蘖 | 111100001010101110001110101100101110010111101110 | f0ab8eb2e5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)