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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 遏ュ陲冶、サB | 11100111100111111010110111101000101000101001011011101000101001001011101101000010 | e79fade8a296e8a4bb42 |
EUC-JP | 遏ュ陲冶、サB | 11101110101000011000111010101101111100001010010011001100111010101000111010100100100011101011101101000010 | eea18eadf0a4ccea8ea48ebb42 |
UTF-8 | 遏ュ陲冶、サB | 11101001100000011000111111101111101111011010110111101001100110011011001011100101100001101011011011101111101111011010010011101111101111011011101101000010 | e9818fefbdade999b2e586b6efbda4efbdbb42 |
UHC | ???冶??B | 0011111100111111001111111110010110100111001111110011111101000010 | 3f3f3fe5a73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)