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 | ??Yn}??Yn{^ | 0011111100111111010110010110111001111101001111110011111101011001011011100111101101011110 | 3f3f596e7d3f3f596e7b5e |
SJIS-WIN | ?ゥYn}?ゥYn{^ | 0011111110101001010110010110111001111101001111111010100101011001011011100111101101011110 | 3fa9596e7d3fa9596e7b5e |
EUC-JP | ?ゥYn}?ゥYn{^ | 00111111100011101010100101011001011011100111110100111111100011101010100101011001011011100111101101011110 | 3f8ea9596e7d3f8ea9596e7b5e |
UTF-8 | 䵸ゥYn}䵸ゥYn{^ | 11100100101101011011100011101111101111011010100101011001011011100111110111100100101101011011100011101111101111011010100101011001011011100111101101011110 | e4b5b8efbda9596e7de4b5b8efbda9596e7b5e |
UHC | ??Yn}??Yn{^ | 0011111100111111010110010110111001111101001111110011111101011001011011100111101101011110 | 3f3f596e7d3f3f596e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)