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 | 蔕翫絵李鐓 | 11100100111101101000101011100011100010100100011110010111100110111110100001011101 | e4f68ae38a47979be85d |
EUC-JP | 蔕翫絵李鐓 | 11101000111110001011010011100101101100111010100011001101111110111110111110111110 | e8f8b4e5b3a8cdfbefbe |
UTF-8 | 蔕翫絵李鐓 | 111010001001010010010101111001111011111110101011111001111011010110110101111001101001110110001110111010011001000010010011 | e89495e7bfabe7b5b5e69d8ee99093 |
UHC | ?翫?李? | 00111111111010001101000100111111110101111101110100111111 | 3fe8d13fd7dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)