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 | 婀慯 | 10011011010100111001110011010001 | 9b539cd1 |
EUC-JP | 婀慯 | 11010101101101001101100011010011 | d5b4d8d3 |
UTF-8 | 婀慯 | 111001011010100110000000111001101000010110101111 | e5a980e685af |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)