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 | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
SJIS-WIN | テサツュツヲAB | 1100001110111011110000101010110111000010101001100100000101000010 | c3bbc2adc2a64142 |
EUC-JP | テサツュツヲAB | 1000111011000011100011101011101110001110110000101000111010101101100011101100001010001110101001100100000101000010 | 8ec38ebb8ec28ead8ec28ea64142 |
UTF-8 | テサツュツヲAB | 1110111110111110100000111110111110111101101110111110111110111110100000101110111110111101101011011110111110111110100000101110111110111101101001100100000101000010 | efbe83efbdbbefbe82efbdadefbe82efbda64142 |
UHC | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)