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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 粱俄侵艟 | 1110001011101011100010011110001010010000010011101110010001111101 | e2eb89e2904ee47d |
EUC-JP | 粱俄侵艟 | 1110010011101101101100101110010010111111101011111110011111011110 | e4edb2e4bfafe7de |
UTF-8 | 粱俄侵艟 | 111001111011001010110001111001001011111110000100111001001011111010110101111010001000100110011111 | e7b2b1e4bf84e4beb5e8899f |
UHC | 粱俄侵? | 11010101110111001110010010101101111101101101010100111111 | d5dce4adf6d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)