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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 爭耕?齬踏^ | 11100000101001011000110101101011001111111110101010010111100100111010010101011110 | e0a58d6b3fea9793a55e |
EUC-JP | 爭耕?齬踏^ | 11100000101001111011100111001100001111111111001111110111110001101010011101011110 | e0a7b9cc3ff3f7c6a75e |
UTF-8 | 爭耕깥齬踏^ | 11100111100010001010110111101000100000001001010111101010101110011010010111101001101111011010110011101000101110001000111101011110 | e788ade88095eab9a5e9bdace8b88f5e |
UHC | 爭耕깥齬踏^ | 1110111010110011110011001110100110110001111110011110010111100001110100111100111001011110 | eeb3cce9b1f9e5e1d3ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)