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 | 粽羌}粽羌{^ | 1110001011101110111000111011001101111101111000101110111011100011101100110111101101011110 | e2eee3b37de2eee3b37b5e |
EUC-JP | 粽羌}粽羌{^ | 1110010011110000111001101011010101111101111001001111000011100110101101010111101101011110 | e4f0e6b57de4f0e6b57b5e |
UTF-8 | 粽羌}粽羌{^ | 111001111011001010111101111001111011111010001100011111011110011110110010101111011110011110111110100011000111101101011110 | e7b2bde7be8c7de7b2bde7be8c7b5e |
UHC | ?羌}?羌{^ | 001111111100101110110110011111010011111111001011101101100111101101011110 | 3fcbb67d3fcbb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)