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 | ¼±k}¼±k{^ | 101111001011000101101011011111011011110010110001011010110111101101011110 | bcb16b7dbcb16b7b5e |
SJIS-WIN | ?±k}?±k{^ | 0011111110000001011111010110101101111101001111111000000101111101011010110111101101011110 | 3f817d6b7d3f817d6b7b5e |
EUC-JP | ?±k}?±k{^ | 0011111110100001110111100110101101111101001111111010000111011110011010110111101101011110 | 3fa1de6b7d3fa1de6b7b5e |
UTF-8 | ¼±k}¼±k{^ | 11000010101111001100001010110001011010110111110111000010101111001100001010110001011010110111101101011110 | c2bcc2b16b7dc2bcc2b16b7b5e |
UHC | ¼±k}¼±k{^ | 10101000111110011010000110111110011010110111110110101000111110011010000110111110011010110111101101011110 | a8f9a1be6b7da8f9a1be6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)