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 | 盾?少 | 1000111110000010001111111000111110101101 | 8f823f8fad |
EUC-JP | 盾?少 | 1011110111100010001111111011111010101111 | bde23fbeaf |
UTF-8 | 盾葉少 | 111001111001101110111110111011111010010110101110111001011011000010010001 | e79bbeefa5aee5b091 |
UHC | 盾葉少 | 111000101110101011100000111100011110000110110100 | e2eae0f1e1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)