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 | 實尸}實尸{^ | 1001101110001001100110111001100101111101100110111000100110011011100110010111101101011110 | 9b899b997d9b899b997b5e |
EUC-JP | 實尸}實尸{^ | 1101010111101001110101011111100101111101110101011110100111010101111110010111101101011110 | d5e9d5f97dd5e9d5f97b5e |
UTF-8 | 實尸}實尸{^ | 111001011010111110100110111001011011000010111000011111011110010110101111101001101110010110110000101110000111101101011110 | e5afa6e5b0b87de5afa6e5b0b87b5e |
UHC | 實尸}實尸{^ | 1110001111111001111000111011100101111101111000111111100111100011101110010111101101011110 | e3f9e3b97de3f9e3b97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)