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?sA | 00111111011111010011111101110101001111110111001101000001 | 3f7d3f753f7341 |
SJIS-WIN | 叩}叩u叩sA | 10010010010000000111110110010010010000000111010110010010010000000111001101000001 | 92407d92407592407341 |
EUC-JP | 叩}叩u叩sA | 11000011101000010111110111000011101000010111010111000011101000010111001101000001 | c3a17dc3a175c3a17341 |
UTF-8 | 叩}叩u叩sA | 11100101100011111010100101111101111001011000111110101001011101011110010110001111101010010111001101000001 | e58fa97de58fa975e58fa97341 |
UHC | 叩}叩u叩sA | 11001101101100000111110111001101101100000111010111001101101100000111001101000001 | cdb07dcdb075cdb07341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)