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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 啣啣[啣啣[^ | 1001101001010001100110100101000101011011100110100101000110011010010100010101101101011110 | 9a519a515b9a519a515b5e |
EUC-JP | 啣啣[啣啣[^ | 1101001110110010110100111011001001011011110100111011001011010011101100100101101101011110 | d3b2d3b25bd3b2d3b25b5e |
UTF-8 | 啣啣[啣啣[^ | 111001011001010110100011111001011001010110100011010110111110010110010101101000111110010110010101101000110101101101011110 | e595a3e595a35be595a3e595a35b5e |
UHC | 啣啣[啣啣[^ | 1111100111100001111110011110000101011011111110011110000111111001111000010101101101011110 | f9e1f9e15bf9e1f9e15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)