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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驩・雍願イ | 1110100110001001101001011110100010110100100010101110100010110010 | e989a5e8b48ae8b2 |
EUC-JP | 驩・雍願イ | 11110001111010011000111010100101111100001011011010110100111010101000111010110010 | f1e98ea5f0b6b4ea8eb2 |
UTF-8 | 驩・雍願イ | 111010011010100110101001111011111011110110100101111010011001101110001101111010011010000110011000111011111011110110110010 | e9a9a9efbda5e99b8de9a198efbdb2 |
UHC | 驩?雍願? | 1111110010111110001111111110100010111100111010101100001100111111 | fcbe3fe8bceac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)