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 | ??j}??j{^ | 001111110011111101101010011111010011111100111111011010100111101101011110 | 3f3f6a7d3f3f6a7b5e |
SJIS-WIN | 儕蒻j}儕蒻j{^ | 10011001010100001110010011101000011010100111110110011001010100001110010011101000011010100111101101011110 | 9950e4e86a7d9950e4e86a7b5e |
EUC-JP | 儕蒻j}儕蒻j{^ | 11010001101100011110100011101010011010100111110111010001101100011110100011101010011010100111101101011110 | d1b1e8ea6a7dd1b1e8ea6a7b5e |
UTF-8 | 儕蒻j}儕蒻j{^ | 1110010110000100100101011110100010010010101110110110101001111101111001011000010010010101111010001001001010111011011010100111101101011110 | e58495e892bb6a7de58495e892bb6a7b5e |
UHC | ?蒻j}?蒻j{^ | 0011111111100101101101100110101001111101001111111110010110110110011010100111101101011110 | 3fe5b66a7d3fe5b66a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)