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?e?e | 001111110110010100111111011001010011111101100101 | 3f653f653f65 |
SJIS-WIN | 叩e但e叩e | 100100100100000001100101100100100100000101100101100100100100000001100101 | 924065924165924065 |
EUC-JP | 叩e但e叩e | 110000111010000101100101110000111010001001100101110000111010000101100101 | c3a165c3a265c3a165 |
UTF-8 | 叩e但e叩e | 111001011000111110101001011001011110010010111101100001100110010111100101100011111010100101100101 | e58fa965e4bd8665e58fa965 |
UHC | 叩e但e叩e | 110011011011000001100101110100111010001101100101110011011011000001100101 | cdb065d3a365cdb065 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)