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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 讓玲ウョ繖エ | 111001101010100010010111111001101011001110101110111000111000010010110100 | e6a897e6b3aee384b4 |
EUC-JP | 讓玲ウョ繖エ | 111011001010101011001110111010001000111010110011100011101010111011100101111001001000111010110100 | ecaacee88eb38eaee5e48eb4 |
UTF-8 | 讓玲ウョ繖エ | 111010001010111010010011111001111000111010110010111011111011110110110011111011111011110110101110111001111011100110010110111011111011110110110100 | e8ae93e78eb2efbdb3efbdaee7b996efbdb4 |
UHC | 讓玲???? | 1110010111010011110101101011110000111111001111110011111100111111 | e5d3d6bc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)