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 | 析齧}析齧{^ | 1001000011001101111010101001011001111101100100001100110111101010100101100111101101011110 | 90cdea967d90cdea967b5e |
EUC-JP | 析齧}析齧{^ | 1100000011001111111100111111011001111101110000001100111111110011111101100111101101011110 | c0cff3f67dc0cff3f67b5e |
UTF-8 | 析齧}析齧{^ | 111001101001111010010000111010011011110110100111011111011110011010011110100100001110100110111101101001110111101101011110 | e69e90e9bda77de69e90e9bda77b5e |
UHC | 析齧}析齧{^ | 1110000010110000111000001110010101111101111000001011000011100000111001010111101101011110 | e0b0e0e57de0b0e0e57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)