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\ | 1110011111110001100101101110111110111101101010010111011001011100 | e7f196efbda9765c |
SJIS-WIN | ??????v\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
EUC-JP | çñ?ï?©v\ | 10001111101010111010111010001111101010111101000000111111100011111010101111000001001111111000111110100010111011010111011001011100 | 8fabae8fabd03f8fabc13f8fa2ed765c |
UTF-8 | çñゥv\ | 1100001110100111110000111011000111000010100101101100001110101111110000101011110111000010101010010111011001011100 | c3a7c3b1c296c3afc2bdc2a9765c |
UHC | ????½?v\ | 001111110011111100111111001111111010100011110110001111110111011001011100 | 3f3f3f3fa8f63f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)