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 | ?u?u^ | 0011111101110101001111110111010101011110 | 3f753f755e |
SJIS-WIN | 叩u叩u^ | 10010010010000000111010110010010010000000111010101011110 | 9240759240755e |
EUC-JP | 叩u叩u^ | 11000011101000010111010111000011101000010111010101011110 | c3a175c3a1755e |
UTF-8 | 叩u叩u^ | 111001011000111110101001011101011110010110001111101010010111010101011110 | e58fa975e58fa9755e |
UHC | 叩u叩u^ | 11001101101100000111010111001101101100000111010101011110 | cdb075cdb0755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)