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 | 蒹姙 | 11100100111000111001101101001011 | e4e39b4b |
EUC-JP | 蒹姙 | 11101000111001011101010110101100 | e8e5d5ac |
UTF-8 | 蒹姙 | 111010001001001010111001111001011010011110011001 | e892b9e5a799 |
UHC | ?姙 | 001111111110110011110101 | 3fecf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)