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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
EUC-JP | ?莘???c^ | 001111111000111111011000101010110011111100111111001111110110001101011110 | 3f8fd8ab3f3f3f635e |
UTF-8 | 렱莘롕셀셉c^ | 1110101110100000101100011110100010001110100110001110101110100001100101011110110010000101100000001110110010000101100010010110001101011110 | eba0b1e88e98eba195ec8580ec8589635e |
UHC | 렱莘롕셀셉c^ | 100011101011111011100011111011101000111011011001101111001011111110111100110000010110001101011110 | 8ebee3ee8ed9bcbfbcc1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)