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 | ?O[}?O[{^ | 001111110100111101011011011111010011111101001111010110110111101101011110 | 3f4f5b7d3f4f5b7b5e |
SJIS-WIN | 樂O[}樂O[{^ | 1001111011011001010011110101101101111101100111101101100101001111010110110111101101011110 | 9ed94f5b7d9ed94f5b7b5e |
EUC-JP | 樂O[}樂O[{^ | 1101110011011011010011110101101101111101110111001101101101001111010110110111101101011110 | dcdb4f5b7ddcdb4f5b7b5e |
UTF-8 | 樂O[}樂O[{^ | 11100110101010001000001001001111010110110111110111100110101010001000001001001111010110110111101101011110 | e6a8824f5b7de6a8824f5b7b5e |
UHC | 樂O[}樂O[{^ | 1110010011000101010011110101101101111101111001001100010101001111010110110111101101011110 | e4c54f5b7de4c54f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)