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 | 髦ッ螫「迚 | 1110100110011000101011111110010110101100101000101110011110001001 | e998afe5aca2e789 |
EUC-JP | 髦ッ螫「迚 | 11110001111110001000111010101111111010101010111010001110101000101110110111101001 | f1f88eafeaae8ea2ede9 |
UTF-8 | 髦ッ螫「迚 | 111010011010101110100110111011111011110110101111111010001001111010101011111011111011110110100010111010001011111110011010 | e9aba6efbdafe89eabefbda2e8bf9a |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)