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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 社[}社[{^ | 100011101101000001011011011111011000111011010000010110110111101101011110 | 8ed05b7d8ed05b7b5e |
EUC-JP | 社[}社[{^ | 101111001101001001011011011111011011110011010010010110110111101101011110 | bcd25b7dbcd25b7b5e |
UTF-8 | 社[}社[{^ | 1110011110100100101111100101101101111101111001111010010010111110010110110111101101011110 | e7a4be5b7de7a4be5b7b5e |
UHC | 社[}社[{^ | 110111101110010001011011011111011101111011100100010110110111101101011110 | dee45b7ddee45b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)