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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹊主楓 | 111001101111110010001110111001011001010110010110 | e6fc8ee59596 |
EUC-JP | 蹊主楓 | 111011001111111010111100111001111100100111110110 | ecfebce7c9f6 |
UTF-8 | 蹊主楓 | 111010001011100110001010111001001011100010111011111001101010010110010011 | e8b98ae4b8bbe6a593 |
UHC | 蹊主楓 | 111110111011011111110001101010111111100110100011 | fbb7f1abf9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)