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²¡G | 1001001001010110100100011011001010010001101000011001001001000111 | 925691b291a19247 |
SJIS-WIN | ?V?????G | 0011111101010110001111110011111100111111001111110011111101000111 | 3f563f3f3f3f3f47 |
EUC-JP | ?V???¡?G | 00111111010101100011111100111111001111111000111110100010110000100011111101000111 | 3f563f3f3f8fa2c23f47 |
UTF-8 | V²¡G | 1100001010010010010101101100001010010001110000101011001011000010100100011100001010100001110000101001001001000111 | c29256c291c2b2c291c2a1c29247 |
UHC | ?V?²?¡?G | 00111111010101100011111110101001111101110011111110100010101011100011111101000111 | 3f563fa9f73fa2ae3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)