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 | ê´´í | 111010101011010010110100111011011001101110010111 | eab4b4ed9b97 |
SJIS-WIN | ?´´??? | 0011111110000001010011001000000101001100001111110011111100111111 | 3f814c814c3f3f3f |
EUC-JP | ê´´í?? | 100011111010101110110100101000011010110110100001101011011000111110101011101111110011111100111111 | 8fabb4a1ada1ad8fabbf3f3f |
UTF-8 | ê´´í | 110000111010101011000010101101001100001010110100110000111010110111000010100110111100001010010111 | c3aac2b4c2b4c3adc29bc297 |
UHC | ?´´??? | 0011111110100010101001011010001010100101001111110011111100111111 | 3fa2a5a2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)