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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 蟾ス譌剰∮c^ | 1110010110110111101111011110011010010111100011111110100010000111100100110110001101011110 | e5b7bde6978fe88793635e |
EUC-JP | 蟾ス譌剰?c^ | 1110101010111001100011101011110111101011111101111011111011101010001111110110001101011110 | eab98ebdebf7beea3f635e |
UTF-8 | 蟾ス譌剰∮c^ | 1110100010011111101111101110111110111101101111011110100010101101100011001110010110001001101100001110001010001000101011100110001101011110 | e89fbeefbdbde8ad8ce589b0e288ae635e |
UHC | 蟾???∮c^ | 111000001110101000111111001111110011111110100010101100010110001101011110 | e0ea3f3f3fa2b1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)