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\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
SJIS-WIN | 銖厄スゥv\ | 1110011111110001100101101110111110111101101010010111011001011100 | e7f196efbda9765c |
EUC-JP | 銖厄スゥv\ | 11101110111100111100110011110001100011101011110110001110101010010111011001011100 | eef3ccf18ebd8ea9765c |
UTF-8 | 銖厄スゥv\ | 1110100110001010100101101110010110001110100001001110111110111101101111011110111110111101101010010111011001011100 | e98a96e58e84efbdbdefbda9765c |
UHC | 銖厄??v\ | 1110001011000111111001001111100000111111001111110111011001011100 | e2c7e4f83f3f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)