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 | 蠇・雖介∵ | 111110111010000110100101111001011010101110001001111011101000000111100110 | fba1a5e5ab89ee81e6 |
EUC-JP | ?・雖介∵ | 001111111000111010100101111010101010110110110010111100001010001011101000 | 3f8ea5eaadb2f0a2e8 |
UTF-8 | 蠇・雖介∵ | 111010001010000010000111111011111011110110100101111010011001101110010110111001001011101110001011111000101000100010110101 | e8a087efbda5e99b96e4bb8be288b5 |
UHC | ??雖介∵ | 0011111100111111111000101100110011001011101111111010000111110001 | 3f3fe2cccbbfa1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)