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 | 恁?紆?哉 | 1001110010001100001111111110001011111100001111111000110111000110 | 9c8c3fe2fc3f8dc6 |
EUC-JP | 恁?紆?哉 | 1101011111101100001111111110010011111110001111111011101011001000 | d7ec3fe4fe3fbac8 |
UTF-8 | 恁렱紆렡哉 | 111001101000000110000001111010111010000010110001111001111011010010000110111010111010000010100001111001011001001110001001 | e68181eba0b1e7b486eba0a1e59389 |
UHC | 恁렱紆렡哉 | 11101100111101101000111010111110111010011110000110001110101100101110111010100011 | ecf68ebee9e18eb2eea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)