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 | ?盡}?盡{^ | 001111111110000110110110011111010011111111100001101101100111101101011110 | 3fe1b67d3fe1b67b5e |
EUC-JP | ?盡}?盡{^ | 001111111110001010111000011111010011111111100010101110000111101101011110 | 3fe2b87d3fe2b87b5e |
UTF-8 | 離盡}離盡{^ | 111011111010011110101010111001111001101110100001011111011110111110100111101010101110011110011011101000010111101101011110 | efa7aae79ba17defa7aae79ba17b5e |
UHC | 離盡}離盡{^ | 1110110011000110111100101101011101111101111011001100011011110010110101110111101101011110 | ecc6f2d77decc6f2d77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)