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 | 膩衍 | 11100100010101101001111110100101 | e4569fa5 |
EUC-JP | 膩衍 | 11100111101101111101111010100111 | e7b7dea7 |
UTF-8 | 膩衍 | 111010001000011010101001111010001010000110001101 | e886a9e8a18d |
UHC | ?衍 | 001111111110011011100010 | 3fe6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)