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 | 畫[}畫[{^ | 111000010110000001011011011111011110000101100000010110110111101101011110 | e1605b7de1605b7b5e |
EUC-JP | 畫[}畫[{^ | 111000011100000101011011011111011110000111000001010110110111101101011110 | e1c15b7de1c15b7b5e |
UTF-8 | 畫[}畫[{^ | 1110011110010101101010110101101101111101111001111001010110101011010110110111101101011110 | e795ab5b7de795ab5b7b5e |
UHC | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)