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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 潭驢潭驢^ | 111000000100101111101001100001101110000001001011111010011000011001011110 | e04be986e04be9865e |
EUC-JP | 潭驢潭驢^ | 110111111010110011110001111001101101111110101100111100011110011001011110 | dfacf1e6dfacf1e65e |
UTF-8 | 潭驢潭驢^ | 11100110101111011010110111101001101010011010001011100110101111011010110111101001101010011010001001011110 | e6bdade9a9a2e6bdade9a9a25e |
UHC | 潭驢潭驢^ | 110100111100000111010101111100001101001111000001110101011111000001011110 | d3c1d5f0d3c1d5f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)