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 | 惺齧}惺齧{^ | 1001110010110111111010101001011001111101100111001011011111101010100101100111101101011110 | 9cb7ea967d9cb7ea967b5e |
EUC-JP | 惺齧}惺齧{^ | 1101100010111001111100111111011001111101110110001011100111110011111101100111101101011110 | d8b9f3f67dd8b9f3f67b5e |
UTF-8 | 惺齧}惺齧{^ | 111001101000001110111010111010011011110110100111011111011110011010000011101110101110100110111101101001110111101101011110 | e683bae9bda77de683bae9bda77b5e |
UHC | 惺齧}惺齧{^ | 1110000011110110111000001110010101111101111000001111011011100000111001010111101101011110 | e0f6e0e57de0f6e0e57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)