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 | à¿pà¿âVK | 111000001011111110010111011100001110000010111111111000100101011001001011 | e0bf9770e0bfe2564b |
SJIS-WIN | ???p???VK | 001111110011111100111111011100000011111100111111001111110101011001001011 | 3f3f3f703f3f3f564b |
EUC-JP | à¿?pà¿âVK | 10001111101010111010001010001111101000101100010000111111011100001000111110101011101000101000111110100010110001001000111110101011101001000101011001001011 | 8faba28fa2c43f708faba28fa2c48faba4564b |
UTF-8 | à¿pà¿âVK | 110000111010000011000010101111111100001010010111011100001100001110100000110000101011111111000011101000100101011001001011 | c3a0c2bfc29770c3a0c2bfc3a2564b |
UHC | ?¿?p?¿?VK | 0011111110100010101011110011111101110000001111111010001010101111001111110101011001001011 | 3fa2af3f703fa2af3f564b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)