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 | ?????yB | 00111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f7942 |
SJIS-WIN | テ・ツ陳、yB | 1100001110100101110000101001001011000010101001000111100101000010 | c3a5c292c2a47942 |
EUC-JP | テ・ツ陳、yB | 100011101100001110001110101001011000111011000010110001001100010010001110101001000111100101000010 | 8ec38ea58ec2c4c48ea47942 |
UTF-8 | テ・ツ陳、yB | 1110111110111110100000111110111110111101101001011110111110111110100000101110100110011001101100111110111110111101101001000111100101000010 | efbe83efbda5efbe82e999b3efbda47942 |
UHC | ???陳?yB | 0011111100111111001111111111001011100111001111110111100101000010 | 3f3f3ff2e73f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)