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 | 痺沿 | 11100001100000111000100110001000 | e1838988 |
EUC-JP | 痺沿 | 11100001111000111011000111101000 | e1e3b1e8 |
UTF-8 | 痺沿 | 111001111001011110111010111001101011001010111111 | e797bae6b2bf |
UHC | 痺沿 | 11011101111101101110011011001101 | ddf6e6cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)