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 | ??????gB | 0011111100111111001111110011111100111111001111110110011101000010 | 3f3f3f3f3f3f6742 |
SJIS-WIN | テサツュツヲgB | 1100001110111011110000101010110111000010101001100110011101000010 | c3bbc2adc2a66742 |
EUC-JP | テサツュツヲgB | 1000111011000011100011101011101110001110110000101000111010101101100011101100001010001110101001100110011101000010 | 8ec38ebb8ec28ead8ec28ea66742 |
UTF-8 | テサツュツヲgB | 1110111110111110100000111110111110111101101110111110111110111110100000101110111110111101101011011110111110111110100000101110111110111101101001100110011101000010 | efbe83efbdbbefbe82efbdadefbe82efbda66742 |
UHC | ??????gB | 0011111100111111001111110011111100111111001111110110011101000010 | 3f3f3f3f3f3f6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)