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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ?岫[}?岫[{^ | 0011111110011011101010110101101101111101001111111001101110101011010110110111101101011110 | 3f9bab5b7d3f9bab5b7b5e |
EUC-JP | ?岫[}?岫[{^ | 0011111111010110101011010101101101111101001111111101011010101101010110110111101101011110 | 3fd6ad5b7d3fd6ad5b7b5e |
UTF-8 | 룵岫[}룵岫[{^ | 1110101110100011101101011110010110110010101010110101101101111101111010111010001110110101111001011011001010101011010110110111101101011110 | eba3b5e5b2ab5b7deba3b5e5b2ab5b7b5e |
UHC | 룵岫[}룵岫[{^ | 10001111101010101110000111111011010110110111110110001111101010101110000111111011010110110111101101011110 | 8faae1fb5b7d8faae1fb5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)