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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 秀兀 | 10001111010001111001100101011001 | 8f479959 |
EUC-JP | 秀兀 | 10111101101010001101000110111010 | bda8d1ba |
UTF-8 | 秀兀 | 111001111010011110000000111001011000010110000000 | e7a780e58580 |
UHC | 秀兀 | 11100010101100111110100010110100 | e2b3e8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)