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 | VV¤^ | 100101000101011010010111100111001001010001010110100111001010010001011110 | 9456979c94569ca45e |
SJIS-WIN | ?V???V??^ | 001111110101011000111111001111110011111101010110001111110011111101011110 | 3f563f3f3f563f3f5e |
EUC-JP | ?V???V?¤^ | 0011111101010110001111110011111100111111010101100011111110001111101000101111000001011110 | 3f563f3f3f563f8fa2f05e |
UTF-8 | VV¤^ | 110000101001010001010110110000101001011111000010100111001100001010010100010101101100001010011100110000101010010001011110 | c29456c297c29cc29456c29cc2a45e |
UHC | ?V???V?¤^ | 00111111010101100011111100111111001111110101011000111111101000101011010001011110 | 3f563f3f3f563fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)