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\ | 1110100010011100101111111110111110111101101010010111011001011100 | e89cbfefbda9765c |
SJIS-WIN | ??????v\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
EUC-JP | è?¿ï?©v\ | 10001111101010111011001000111111100011111010001011000100100011111010101111000001001111111000111110100010111011010111011001011100 | 8fabb23f8fa2c48fabc13f8fa2ed765c |
UTF-8 | è¿ï½©v\ | 1100001110101000110000101001110011000010101111111100001110101111110000101011110111000010101010010111011001011100 | c3a8c29cc2bfc3afc2bdc2a9765c |
UHC | ??¿?½?v\ | 00111111001111111010001010101111001111111010100011110110001111110111011001011100 | 3f3fa2af3fa8f63f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)