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 | ¸×[}¸×[{^ | 101110001101011101011011011111011011100011010111010110110111101101011110 | b8d75b7db8d75b7b5e |
SJIS-WIN | ?×[}?×[{^ | 0011111110000001011111100101101101111101001111111000000101111110010110110111101101011110 | 3f817e5b7d3f817e5b7b5e |
EUC-JP | ¸×[}¸×[{^ | 100011111010001010110001101000011101111101011011011111011000111110100010101100011010000111011111010110110111101101011110 | 8fa2b1a1df5b7d8fa2b1a1df5b7b5e |
UTF-8 | ¸×[}¸×[{^ | 11000010101110001100001110010111010110110111110111000010101110001100001110010111010110110111101101011110 | c2b8c3975b7dc2b8c3975b7b5e |
UHC | ¸×[}¸×[{^ | 10100010101011001010000110111111010110110111110110100010101011001010000110111111010110110111101101011110 | a2aca1bf5b7da2aca1bf5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)