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 | 淫段}淫段{^ | 1000100011111010100100100110100101111101100010001111101010010010011010010111101101011110 | 88fa92697d88fa92697b5e |
EUC-JP | 淫段}淫段{^ | 1011000011111100110000111100101001111101101100001111110011000011110010100111101101011110 | b0fcc3ca7db0fcc3ca7b5e |
UTF-8 | 淫段}淫段{^ | 111001101011011110101011111001101010111010110101011111011110011010110111101010111110011010101110101101010111101101011110 | e6b7abe6aeb57de6b7abe6aeb57b5e |
UHC | 淫段}淫段{^ | 1110101111100010110100111010101101111101111010111110001011010011101010110111101101011110 | ebe2d3ab7debe2d3ab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)