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?q?e | 001111110110010100111111011100010011111101100101 | 3f653f713f65 |
SJIS-WIN | 叩e但q叩e | 100100100100000001100101100100100100000101110001100100100100000001100101 | 924065924171924065 |
EUC-JP | 叩e但q叩e | 110000111010000101100101110000111010001001110001110000111010000101100101 | c3a165c3a271c3a165 |
UTF-8 | 叩e但q叩e | 111001011000111110101001011001011110010010111101100001100111000111100101100011111010100101100101 | e58fa965e4bd8671e58fa965 |
UHC | 叩e但q叩e | 110011011011000001100101110100111010001101110001110011011011000001100101 | cdb065d3a371cdb065 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)