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 | ?´}?´{^ | 00111111101101000111110100111111101101000111101101011110 | 3fb47d3fb47b5e |
SJIS-WIN | 闖´}闖´{^ | 1110100010001111100000010100110001111101111010001000111110000001010011000111101101011110 | e88f814c7de88f814c7b5e |
EUC-JP | 闖´}闖´{^ | 1110111111101111101000011010110101111101111011111110111110100001101011010111101101011110 | efefa1ad7defefa1ad7b5e |
UTF-8 | 闖´}闖´{^ | 11101001100101111001011011000010101101000111110111101001100101111001011011000010101101000111101101011110 | e99796c2b47de99796c2b47b5e |
UHC | 闖´}闖´{^ | 1111011111100110101000101010010101111101111101111110011010100010101001010111101101011110 | f7e6a2a57df7e6a2a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)