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?ZB | 0011111101100101001111110101101001000010 | 3f653f5a42 |
SJIS-WIN | 叩e巽ZB | 10010010010000000110010110010010010001100101101001000010 | 92406592465a42 |
EUC-JP | 叩e巽ZB | 11000011101000010110010111000011101001110101101001000010 | c3a165c3a75a42 |
UTF-8 | 叩e巽ZB | 111001011000111110101001011001011110010110110111101111010101101001000010 | e58fa965e5b7bd5a42 |
UHC | 叩e巽ZB | 11001101101100000110010111100001110111100101101001000010 | cdb065e1de5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)