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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驩キ雉 | 1110100110001001101101111110100010110011 | e989b7e8b3 |
EUC-JP | 驩キ雉 | 111100011110100110001110101101111111000010110101 | f1e98eb7f0b5 |
UTF-8 | 驩キ雉 | 111010011010100110101001111011111011110110110111111010011001101110001001 | e9a9a9efbdb7e99b89 |
UHC | 驩?雉 | 1111110010111110001111111111011011001011 | fcbe3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)