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 | ?e??V | 0011111101100101001111110011111101010110 | 3f653f3f56 |
SJIS-WIN | 叩e脱賊V | 1001001001000000011001011001001001000101100100011010111101010110 | 924065924591af56 |
EUC-JP | 叩e脱賊V | 1100001110100001011001011100001110100110110000101011000101010110 | c3a165c3a6c2b156 |
UTF-8 | 叩e脱賊V | 1110010110001111101010010110010111101000100001001011000111101000101100111000101001010110 | e58fa965e884b1e8b38a56 |
UHC | 叩e?賊V | 11001101101100000110010100111111111011101110010001010110 | cdb0653feee456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)