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\ | 001111110111011001011100 | 3f765c |
SJIS-WIN | 叩v\ | 10010010010000000111011001011100 | 9240765c |
EUC-JP | 叩v\ | 11000011101000010111011001011100 | c3a1765c |
UTF-8 | 叩v\ | 1110010110001111101010010111011001011100 | e58fa9765c |
UHC | 叩v\ | 11001101101100000111011001011100 | cdb0765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)