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 | 捨爵赦罐 | 10001110110011001000111011011101111100001100010010001110110011011110001110100011 | 8ecc8eddf0c48ecde3a3 |
EUC-JP | 捨爵?赦罐 | 101111001100111010111100110111110011111110111100110011111110011010100101 | bccebcdf3fbccfe6a5 |
UTF-8 | 捨爵赦罐 | 111001101000110110101000111001111000100010110101111011101000001010000011111010001011010110100110111001111011110110010000 | e68da8e788b5ee8283e8b5a6e7bd90 |
UHC | 捨爵?赦罐 | 110111101101011111101101110010010011111111011110111101011100111010111000 | ded7edc93fdef5ceb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)