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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裲サ谿曖 | 11100101111010101011101111100110101011101001111001000010 | e5eabbe6ae9e42 |
EUC-JP | 裲サ谿曖 | 1110101011101100100011101011101111101100101100001101101110100011 | eaec8ebbecb0dba3 |
UTF-8 | 裲サ谿曖 | 111010001010001110110010111011111011110110111011111010001011000010111111111001101001101110010110 | e8a3b2efbdbbe8b0bfe69b96 |
UHC | ??谿曖 | 001111110011111111001101101011001110010011110010 | 3f3fcdace4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)