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 | ??^??^ | 001111110011111101011110001111110011111101011110 | 3f3f5e3f3f5e |
SJIS-WIN | 叩存^叩存^ | 10010010010000001001000110110110010111101001001001000000100100011011011001011110 | 924091b65e924091b65e |
EUC-JP | 叩存^叩存^ | 11000011101000011100001010111000010111101100001110100001110000101011100001011110 | c3a1c2b85ec3a1c2b85e |
UTF-8 | 叩存^叩存^ | 1110010110001111101010011110010110101101100110000101111011100101100011111010100111100101101011011001100001011110 | e58fa9e5ad985ee58fa9e5ad985e |
UHC | 叩存^叩存^ | 11001101101100001111000011101101010111101100110110110000111100001110110101011110 | cdb0f0ed5ecdb0f0ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)