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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 奸齬}奸齬{^ | 1001101101000000111010101001011101111101100110110100000011101010100101110111101101011110 | 9b40ea977d9b40ea977b5e |
EUC-JP | 奸齬}奸齬{^ | 1101010110100001111100111111011101111101110101011010000111110011111101110111101101011110 | d5a1f3f77dd5a1f3f77b5e |
UTF-8 | 奸齬}奸齬{^ | 111001011010010110111000111010011011110110101100011111011110010110100101101110001110100110111101101011000111101101011110 | e5a5b8e9bdac7de5a5b8e9bdac7b5e |
UHC | 奸齬}奸齬{^ | 1100101011001100111001011110000101111101110010101100110011100101111000010111101101011110 | cacce5e17dcacce5e17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)