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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 盼? | 10001111110011101101100100111111 | 8fced93f |
UTF-8 | 盼뤒 | 111001111001101110111100111010111010010010010010 | e79bbceba492 |
UHC | 盼뤒 | 11011010111100001000111111000010 | daf08fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)