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 | 質[}質[{^ | 11110000101001111000111010111111010110110111110111110000101001111000111010111111010110110111101101011110 | f0a78ebf5b7df0a78ebf5b7b5e |
EUC-JP | ?質[}?質[{^ | 0011111110111100110000010101101101111101001111111011110011000001010110110111101101011110 | 3fbcc15b7d3fbcc15b7b5e |
UTF-8 | 質[}質[{^ | 1110111010000001101001101110100010110011101010100101101101111101111011101000000110100110111010001011001110101010010110110111101101011110 | ee81a6e8b3aa5b7dee81a6e8b3aa5b7b5e |
UHC | ?質[}?質[{^ | 0011111111110010111101010101101101111101001111111111001011110101010110110111101101011110 | 3ff2f55b7d3ff2f55b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)