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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 短誰短誰B | 100100100101101010010010010011101001001001011010100100100100111001000010 | 925a924e925a924e42 |
EUC-JP | 短誰短誰B | 110000111011101111000011101011111100001110111011110000111010111101000010 | c3bbc3afc3bbc3af42 |
UTF-8 | 短誰短誰B | 11100111100111111010110111101000101010101011000011100111100111111010110111101000101010101011000001000010 | e79fade8aab0e79fade8aab042 |
UHC | 短誰短誰B | 110100111010110111100010110000011101001110101101111000101100000101000010 | d3ade2c1d3ade2c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)