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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 剪?汀?痍 | 1001100110010010001111111001001011110011001111111110000101110111 | 99923f92f33fe177 |
EUC-JP | 剪?汀?痍 | 1101000111110010001111111100010011110101001111111110000111011000 | d1f23fc4f53fe1d8 |
UTF-8 | 剪렲汀렣痍 | 111001011000100110101010111010111010000010110010111001101011000110000000111010111010000010100011111001111001011110001101 | e589aaeba0b2e6b180eba0a3e7978d |
UHC | 剪렲汀렣痍 | 11101110111100101000111010111111111011111110001010001110101101001110110010110111 | eef28ebfefe28eb4ecb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)