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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 提?錚?應 | 1001001011110001001111111110100001000010001111111001110011100100 | 92f13fe8423f9ce4 |
EUC-JP | 提?錚?應 | 1100010011110011001111111110111110100011001111111101100011100110 | c4f33fefa33fd8e6 |
UTF-8 | 提렡錚렭應 | 111001101000111110010000111010111010000010100001111010011000110010011010111010111010000010101101111001101000011110001001 | e68f90eba0a1e98c9aeba0ade68789 |
UHC | 提렡錚렭應 | 11110000101010111000111010110010111011101011011010001110101110101110101111101011 | f0ab8eb2eeb68ebaebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)