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 | è®é | 1110100010101110100011101110100110011101 | e8ae8ee99d |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | è®?é? | 1000111110101011101100101000111110100010111011100011111110001111101010111011000100111111 | 8fabb28fa2ee3f8fabb13f |
UTF-8 | è®é | 11000011101010001100001010101110110000101000111011000011101010011100001010011101 | c3a8c2aec28ec3a9c29d |
UHC | ?®??? | 001111111010001011100111001111110011111100111111 | 3fa2e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)