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 | 陂電陂馴唱 | 11101000100110001001001101100100111010001001100010010011111010011000111110100101 | e8989364e89893e98fa5 |
EUC-JP | 陂電陂馴唱 | 11101111111110001100010111000101111011111111100011000110111010111011111010100111 | eff8c5c5eff8c6ebbea7 |
UTF-8 | 陂電陂馴唱 | 111010011001100110000010111010011001101110111011111010011001100110000010111010011010011010110100111001011001010010110001 | e99982e99bbbe99982e9a6b4e594b1 |
UHC | 陂電陂馴唱 | 11111001101011101110111110110011111110011010111011100010111110001111001111011101 | f9aeefb3f9aee2f8f3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)