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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 啣啣}啣啣{^ | 1001101001010001100110100101000101111101100110100101000110011010010100010111101101011110 | 9a519a517d9a519a517b5e |
EUC-JP | 啣啣}啣啣{^ | 1101001110110010110100111011001001111101110100111011001011010011101100100111101101011110 | d3b2d3b27dd3b2d3b27b5e |
UTF-8 | 啣啣}啣啣{^ | 111001011001010110100011111001011001010110100011011111011110010110010101101000111110010110010101101000110111101101011110 | e595a3e595a37de595a3e595a37b5e |
UHC | 啣啣}啣啣{^ | 1111100111100001111110011110000101111101111110011110000111111001111000010111101101011110 | f9e1f9e17df9e1f9e17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)