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 | 漆昞 | 10001110101111011111101011010011 | 8ebdfad3 |
EUC-JP | 漆昞 | 1011110010111111100011111100001010100001 | bcbf8fc2a1 |
UTF-8 | 漆昞 | 111001101011110010000110111001101001100010011110 | e6bc86e6989e |
UHC | 漆昞 | 11110110110101001101110010110101 | f6d4dcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)