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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驩鷹エォ^ | 11101001100010011001000111101001101101001010101101011110 | e98991e9b4ab5e |
EUC-JP | 驩鷹エォ^ | 111100011110100111000010111010111000111010110100100011101010101101011110 | f1e9c2eb8eb48eab5e |
UTF-8 | 驩鷹エォ^ | 11101001101010011010100111101001101101111011100111101111101111011011010011101111101111011010101101011110 | e9a9a9e9b7b9efbdb4efbdab5e |
UHC | 驩鷹??^ | 11111100101111101110101111101101001111110011111101011110 | fcbeebed3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)