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 | V¢V¡] | 100100100101011010010001101000101001001001010110100100011010000101011101 | 925691a2925691a15d |
SJIS-WIN | ?V?¢?V??] | 00111111010101100011111110000001100100010011111101010110001111110011111101011101 | 3f563f81913f563f3f5d |
EUC-JP | ?V?¢?V?¡] | 001111110101011000111111101000011111000100111111010101100011111110001111101000101100001001011101 | 3f563fa1f13f563f8fa2c25d |
UTF-8 | V¢V¡] | 110000101001001001010110110000101001000111000010101000101100001010010010010101101100001010010001110000101010000101011101 | c29256c291c2a2c29256c291c2a15d |
UHC | ?V???V?¡] | 00111111010101100011111100111111001111110101011000111111101000101010111001011101 | 3f563f3f3f563fa2ae5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)