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 | sasa^ | 100101110111001110010001011000011001011101110011100100010110000101011110 | 97739161977391615e |
SJIS-WIN | ?s?a?s?a^ | 001111110111001100111111011000010011111101110011001111110110000101011110 | 3f733f613f733f615e |
EUC-JP | ?s?a?s?a^ | 001111110111001100111111011000010011111101110011001111110110000101011110 | 3f733f613f733f615e |
UTF-8 | sasa^ | 11000010100101110111001111000010100100010110000111000010100101110111001111000010100100010110000101011110 | c29773c29161c29773c291615e |
UHC | ?s?a?s?a^ | 001111110111001100111111011000010011111101110011001111110110000101011110 | 3f733f613f733f615e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)