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\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
SJIS-WIN | 塢??v\ | 100110101100011100111111001111110111011001011100 | 9ac73f3f765c |
EUC-JP | 塢??v\ | 110101001100100100111111001111110111011001011100 | d4c93f3f765c |
UTF-8 | 塢뽳쉘v\ | 1110010110100001101000101110101110111101101100111110110010001001100110000111011001011100 | e5a1a2ebbdb3ec8998765c |
UHC | 塢뽳쉘v\ | 1110011111110001100101101110111110111101101010010111011001011100 | e7f196efbda9765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)