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 | ?~}?~{^ | 00111111011111100111110100111111011111100111101101011110 | 3f7e7d3f7e7b5e |
SJIS-WIN | 脱~}脱~{^ | 100100100100010101111110011111011001001001000101011111100111101101011110 | 92457e7d92457e7b5e |
EUC-JP | 脱~}脱~{^ | 110000111010011001111110011111011100001110100110011111100111101101011110 | c3a67e7dc3a67e7b5e |
UTF-8 | 脱~}脱~{^ | 1110100010000100101100010111111001111101111010001000010010110001011111100111101101011110 | e884b17e7de884b17e7b5e |
UHC | ?~}?~{^ | 00111111011111100111110100111111011111100111101101011110 | 3f7e7d3f7e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)